Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
JoshuaWatt committed Jan 20, 2022
1 parent 5daa9d1 commit 8262423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrex.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
import textwrap
import types

VERSION = "1.4.2"
VERSION = "1.5.0"

VERSION_REGEX = re.compile(r"^([0-9]+\.){2}[0-9]+(-.*)?$")
VERSION_TAG_REGEX = re.compile(r"^v([0-9]+\.){2}[0-9]+(-.*)?$")

0 comments on commit 8262423

Please sign in to comment.