diff --git a/setup.py b/setup.py index cfd987e..380b4b3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import find_packages, setup # version -VERSION = '2.0' +VERSION = '2.0.1' # requirements REQUIRED_PYTHON = '>=3.5.0'