Skip to content

Commit

Permalink
Add python 3.11 support to pypi description.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 559909202
  • Loading branch information
romanngg committed Aug 24, 2023
1 parent 91846d8 commit ae888ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion neural_tangents/__init__.py
Expand Up @@ -16,7 +16,7 @@
"""Public Neural Tangents modules and functions."""


__version__ = '0.6.3'
__version__ = '0.6.4'

from . import experimental
from . import predict
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -120,6 +120,7 @@ def _get_version() -> str:
classifiers=[
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: Apache Software License',
'Operating System :: MacOS',
'Operating System :: POSIX :: Linux',
Expand Down

0 comments on commit ae888ca

Please sign in to comment.