From 771a0730e6edae6f58f7f1ed010709a189d6ec13 Mon Sep 17 00:00:00 2001 From: Daochen Zha Date: Wed, 4 Aug 2021 23:52:32 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5179537..554c30c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = '1.0.7' +VERSION = '1.1.0' with open("README.md", "r", encoding="utf8") as fh: long_description = fh.read()