diff --git a/setup.py b/setup.py index 82f792e..8c30fe4 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from os.path import dirname, abspath, join from setuptools import setup, find_packages -VERSION = "0.1.0" +VERSION = "0.2.0" DIR = dirname(abspath(__file__))