diff --git a/setup.py b/setup.py index 895a574701..a6a6d922fa 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup project = "hub" -VERSION = "1.0.9" +VERSION = "1.1" this_directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(this_directory, "README.md")) as f: