Skip to content

Commit

Permalink
[MNT] Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyxu committed Feb 26, 2021
1 parent 4f49c0c commit ea13b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self):
'Bug Tracker': 'https://github.com/xuyxu/Ensemble-Pytorch/issues',
'Documentation': 'https://ensemble-pytorch.readthedocs.io',
'Source Code': 'https://github.com/xuyxu/Ensemble-Pytorch'},
version='0.1.0',
version='0.1.1',
long_description=long_description,
classifiers=[
'Intended Audience :: Science/Research',
Expand All @@ -83,5 +83,6 @@ def run(self):
keywords=['PyTorch', 'Ensemble Learning'],
packages=find_packages(),
cmdclass=cmdclass,
python_requires=">=3.6",
install_requires=install_requires,
)

0 comments on commit ea13b36

Please sign in to comment.