From 062328009956af5981553cb3425c1a00dce127e4 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 18 Apr 2023 13:04:49 -0500 Subject: [PATCH] Bump version number for release Bumps the version in preparation for release --- pyrex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrex.py b/pyrex.py index ccef131..186d38e 100755 --- a/pyrex.py +++ b/pyrex.py @@ -34,7 +34,7 @@ import textwrap import types -VERSION = "1.8.0" +VERSION = "1.8.1" VERSION_REGEX = re.compile(r"^([0-9]+\.){2}[0-9]+(-.*)?$") VERSION_TAG_REGEX = re.compile(r"^v([0-9]+\.){2}[0-9]+(-.*)?$")