diff --git a/setup.py b/setup.py index 1ad657d..e343dc5 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup import subprocess -VERSION = '0.1.1' +VERSION = '0.1.2' class CommandError(Exception):