Skip to content

Commit

Permalink
Updating version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 committed Feb 15, 2023
1 parent 611173c commit 43bc927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
author_email="[email protected]",
packages=['SuperfacilityAPI'],
package_dir={'': 'python'},
version='0.2.1',
version='0.2.2',
scripts=['python/SuperfacilityAPI/bin/sfapi'],
install_requires=install_requires,
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
],
python_requires=">=3.5",
python_requires=">=3.8",
)

0 comments on commit 43bc927

Please sign in to comment.