diff --git a/setup.py b/setup.py index 2da8eb5..7eaae2a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup -CURRENT_VERSION = "0.2.0" +CURRENT_VERSION = "0.2.1" def read(filename): # pylint: disable=C0116