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 6f40485 commit 3ac35f7Copy full SHA for 3ac35f7
setup.py
@@ -6,8 +6,9 @@
6
import subprocess
7
8
9
-tags = subprocess.check_output("git tag -l | cat", shell=True).decode("utf-8")
10
-version = list(filter(None, tags.split("\n")))[-1]
+# tags = subprocess.check_output("git tag -l | cat", shell=True).decode("utf-8")
+# version = list(filter(None, tags.split("\n")))[-1]
11
+version = "v1.3.1"
12
13
if sys.argv[-1] == 'publish':
14
if os.system("pip freeze | grep twine"):
0 commit comments