We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9f25b commit bd47a0cCopy full SHA for bd47a0c
setup.py
@@ -9,7 +9,7 @@
9
from setuptools import find_packages, setup
10
11
project = "hub"
12
-VERSION = "1.2.1"
+VERSION = "1.2.2"
13
14
this_directory = os.path.abspath(os.path.dirname(__file__))
15
with open(os.path.join(this_directory, "README.md")) as f:
0 commit comments