Skip to content

Commit

Permalink
Version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizgo committed Oct 20, 2022
1 parent d669529 commit f0f8c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytheus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.5'
__version__ = '1.2.6'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

def get_version():
content = open(Path(package_name) / '__init__.py').readlines()
return "1.2.5"
return "1.2.6"


setup(
Expand All @@ -36,7 +36,7 @@ def get_version():
install_requires=[
'sphinx', 'numpy', 'scipy', 'matplotlib', 'termcolor', 'Click'
],
python_requires=">=3.6",
python_requires=">=3.8",
classifiers=['Operating System :: OS Independent',
'Programming Language :: Python :: 3',
],
Expand Down

0 comments on commit f0f8c12

Please sign in to comment.