From e71939ce946859bfff91898727b39589d9d307c5 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 28 Jan 2020 13:47:17 -0600 Subject: [PATCH] Bump version for release Bumps the version to 1.0.0 for the first stable release --- pyrex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrex.py b/pyrex.py index 6d0c8a1..0a6f395 100755 --- a/pyrex.py +++ b/pyrex.py @@ -33,7 +33,7 @@ import contextlib import types -VERSION = "1.0.0-beta6" +VERSION = "1.0.0" VERSION_REGEX = re.compile(r"^([0-9]+\.){2}[0-9]+(-.*)?$") VERSION_TAG_REGEX = re.compile(r"^v([0-9]+\.){2}[0-9]+(-.*)?$")