From 642c91494e673b8b3439aa9bd69508a7fc8c5042 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 11 Feb 2021 15:03:13 -0600 Subject: [PATCH] Bump version for release Bumps the version to 1.2.0 for release --- pyrex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrex.py b/pyrex.py index ba41fcf..f9ea3d7 100755 --- a/pyrex.py +++ b/pyrex.py @@ -34,7 +34,7 @@ import textwrap import types -VERSION = "1.1.0" +VERSION = "1.2.0" VERSION_REGEX = re.compile(r"^([0-9]+\.){2}[0-9]+(-.*)?$") VERSION_TAG_REGEX = re.compile(r"^v([0-9]+\.){2}[0-9]+(-.*)?$")