Skip to content

Commit 01ce9c5

Browse files
committed
v2.0.0
1 parent 5af1693 commit 01ce9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION_NUMBER = "1.2.2"
5+
VERSION_NUMBER = "2.0.0"
66

77
GIT_BRANCH = subprocess.check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"])
88
GIT_BRANCH = GIT_BRANCH.decode() # convert to standard string

0 commit comments

Comments
 (0)