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 16b6b2d commit 51533faCopy full SHA for 51533fa
setup.py
@@ -46,7 +46,7 @@ def fullsplit(path, result=None):
46
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
47
48
# Dynamically calculate the version based on tagging.VERSION
49
-version_tuple = __import__('tagging').VERSION
+version_tuple = (0, 3, 'pre')
50
if version_tuple[2] is not None:
51
version = "%d.%d_%s" % version_tuple
52
else:
0 commit comments