diff --git a/pyrex.py b/pyrex.py index 4cf2db5..e7ec502 100755 --- a/pyrex.py +++ b/pyrex.py @@ -31,7 +31,7 @@ import textwrap import stat -VERSION = '0.0.1' +VERSION = '0.0.1-test1' VERSION_REGEX = re.compile(r'^([0-9]+\.){2}[0-9]+(-.*)?$') VERSION_TAG_REGEX = re.compile(r'^v([0-9]+\.){2}[0-9]+(-.*)?$')