Skip to content

Commit

Permalink
add py versions; bump dev version (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhare authored Nov 13, 2023
1 parent 265c00f commit f652398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=['torch>=1.0.0', 'numpy', 'tqdm'],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,!=3.9.*,!=3.10.*',
)
2 changes: 1 addition & 1 deletion torchbearer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.3.dev'
__version__ = '0.5.4.dev'

0 comments on commit f652398

Please sign in to comment.