From 186325f4cd05a605c822f22e5e504525cd9dea5c Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 13 Mar 2019 10:41:38 -0500 Subject: [PATCH] Version test --- pyrex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]+(-.*)?$')