From 58115970afda8f77b6376be0a6a93f716f694b68 Mon Sep 17 00:00:00 2001 From: Abhinav Tuli <42538472+AbhinavTuli@users.noreply.github.com> Date: Sun, 24 Jan 2021 11:55:10 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cfa908ca4..6ba7d4768e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup project = "hub" -VERSION = "1.1.5" +VERSION = "1.2.0" this_directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(this_directory, "README.md")) as f: