Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
Bumps the version to 1.0.0 for the first stable release
  • Loading branch information
JoshuaWatt committed Jan 28, 2020
1 parent 46eee9c commit e71939c
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 @@ -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]+(-.*)?$")
Expand Down

0 comments on commit e71939c

Please sign in to comment.