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 f5aebe9 commit 0de52b5Copy full SHA for 0de52b5
setup.py
@@ -1,7 +1,6 @@
1
import os
2
import codecs
3
from setuptools import find_packages, setup
4
-from systole import __version__
5
6
PROJECT_ROOT = os.path.dirname(os.path.realpath(__file__))
7
REQUIREMENTS_FILE = os.path.join(PROJECT_ROOT, "requirements.txt")
@@ -21,7 +20,7 @@ def get_requirements():
21
20
DISTNAME = "systole"
22
MAINTAINER = "Nicolas Legrand"
23
MAINTAINER_EMAIL = "nicolas.legrand@cfin.au.dk"
24
-VERSION = __version__
+VERSION = "0.2.2"
25
26
27
if __name__ == "__main__":
0 commit comments