We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c591ab0 commit 39bd6a7Copy full SHA for 39bd6a7
pytheus/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.2.3'
+__version__ = '1.2.4'
setup.py
@@ -17,7 +17,7 @@
17
18
def get_version():
19
content = open(Path(package_name) / '__init__.py').readlines()
20
- return "1.2.3"
+ return "1.2.4"
21
raise Exception('Cannot extract version string.')
22
23
0 commit comments