Skip to content

Commit 7eb39f1

Browse files
committed
v2.0.3
1 parent 04aef3e commit 7eb39f1

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 = "2.0.2"
5+
VERSION_NUMBER = "2.0.3"
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)