Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
Bumps the version in preparation for a beta release
  • Loading branch information
JoshuaWatt committed Dec 3, 2019
1 parent 4361c02 commit ea3c980
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
Expand Up @@ -32,7 +32,7 @@
import tempfile
import contextlib

VERSION = "0.0.4"
VERSION = "1.0.0-beta1"

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

0 comments on commit ea3c980

Please sign in to comment.