Skip to content

Commit

Permalink
Version test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWatt committed Mar 13, 2019
1 parent cbb6b21 commit 186325f
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 @@ -31,7 +31,7 @@
import textwrap
import stat

VERSION = '0.0.1'
VERSION = '0.0.1-test1'

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 186325f

Please sign in to comment.