diff --git a/setup.py b/setup.py index 7220abb0..25096b92 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup -VERSION = '0.2.1' +VERSION = '0.3.0' PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(PACKAGE_ROOT, 'README.rst.template')) as file_obj: