From c46a1a2351e5aab7c21c28bb8212c13d1af32c5f Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Fri, 8 Nov 2019 16:44:04 -0600 Subject: [PATCH] Bump version for release --- pyrex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrex.py b/pyrex.py index 4b8d722..b81c9dd 100755 --- a/pyrex.py +++ b/pyrex.py @@ -29,7 +29,7 @@ import stat import hashlib -VERSION = "0.0.3" +VERSION = "0.0.4" VERSION_REGEX = re.compile(r"^([0-9]+\.){2}[0-9]+(-.*)?$") VERSION_TAG_REGEX = re.compile(r"^v([0-9]+\.){2}[0-9]+(-.*)?$")