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 a70d80a commit 5e85260Copy full SHA for 5e85260
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup, find_packages
4
5
-VERSION_NUMBER = "1.2.0"
+VERSION_NUMBER = "1.2.1"
6
7
GIT_BRANCH = subprocess.check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"])
8
GIT_BRANCH = GIT_BRANCH.decode() # convert to standard string
0 commit comments