Skip to content

Commit f0f8c12

Browse files
committed
Version updated.
1 parent d669529 commit f0f8c12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pytheus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.5'
1+
__version__ = '1.2.6'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
def get_version():
1919
content = open(Path(package_name) / '__init__.py').readlines()
20-
return "1.2.5"
20+
return "1.2.6"
2121

2222

2323
setup(
@@ -36,7 +36,7 @@ def get_version():
3636
install_requires=[
3737
'sphinx', 'numpy', 'scipy', 'matplotlib', 'termcolor', 'Click'
3838
],
39-
python_requires=">=3.6",
39+
python_requires=">=3.8",
4040
classifiers=['Operating System :: OS Independent',
4141
'Programming Language :: Python :: 3',
4242
],

0 commit comments

Comments
 (0)