diff --git a/setup.py b/setup.py index 3e3e722..5101dc5 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup import subprocess -VERSION = '0.1.0' +VERSION = '0.1.1-rc1' class CommandError(Exception):