From acbd1499c9682c0b27a97176525c248887caa85e Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 28 Sep 2023 14:10:41 -0600 Subject: [PATCH] Bump version for release Bumps the version to 1.9.0 for release --- pyrex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrex.py b/pyrex.py index 186d38e..d672990 100755 --- a/pyrex.py +++ b/pyrex.py @@ -34,7 +34,7 @@ import textwrap import types -VERSION = "1.8.1" +VERSION = "1.9.0" VERSION_REGEX = re.compile(r"^([0-9]+\.){2}[0-9]+(-.*)?$") VERSION_TAG_REGEX = re.compile(r"^v([0-9]+\.){2}[0-9]+(-.*)?$")