From 1b93d81a534f1a3784d939c88ee91d93c3246660 Mon Sep 17 00:00:00 2001 From: Davit Buniatyan Date: Sun, 10 Jan 2021 11:51:00 -0800 Subject: [PATCH] 1.1 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: