We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f83f92 commit 1b93d81Copy full SHA for 1b93d81
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import find_packages, setup
4
5
project = "hub"
6
-VERSION = "1.0.9"
+VERSION = "1.1"
7
8
this_directory = os.path.abspath(os.path.dirname(__file__))
9
with open(os.path.join(this_directory, "README.md")) as f:
0 commit comments