From f07be668740629304c14215d604adf9052c27af6 Mon Sep 17 00:00:00 2001 From: Matt Hoosier Date: Fri, 7 Jan 2022 14:57:09 -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 b044037..a908a7a 100755 --- a/pyrex.py +++ b/pyrex.py @@ -34,7 +34,7 @@ import textwrap import types -VERSION = "1.4.1" +VERSION = "1.4.2" VERSION_REGEX = re.compile(r"^([0-9]+\.){2}[0-9]+(-.*)?$") VERSION_TAG_REGEX = re.compile(r"^v([0-9]+\.){2}[0-9]+(-.*)?$")