diff --git a/setup.py b/setup.py index b8456d8..e2737dc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = '1.1.8' +VERSION = '1.2.0' with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() with open('requirements.txt') as f: