Skip to content

Commit d9ebc7e

Browse files
authored
Update setup.py
1 parent a8d7031 commit d9ebc7e

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
@@ -9,7 +9,7 @@
99
from setuptools import find_packages, setup
1010

1111
project = "hub"
12-
VERSION = "1.2.0"
12+
VERSION = "1.2.1"
1313

1414
this_directory = os.path.abspath(os.path.dirname(__file__))
1515
with open(os.path.join(this_directory, "README.md")) as f:

0 commit comments

Comments
 (0)