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