Skip to content

Commit 0de52b5

Browse files
author
LegrandNico
committed
v0.2.2
1 parent f5aebe9 commit 0de52b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
import codecs
33
from setuptools import find_packages, setup
4-
from systole import __version__
54

65
PROJECT_ROOT = os.path.dirname(os.path.realpath(__file__))
76
REQUIREMENTS_FILE = os.path.join(PROJECT_ROOT, "requirements.txt")
@@ -21,7 +20,7 @@ def get_requirements():
2120
DISTNAME = "systole"
2221
MAINTAINER = "Nicolas Legrand"
2322
MAINTAINER_EMAIL = "nicolas.legrand@cfin.au.dk"
24-
VERSION = __version__
23+
VERSION = "0.2.2"
2524

2625

2726
if __name__ == "__main__":

0 commit comments

Comments
 (0)