Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vincent Craven committed Mar 13, 2017
1 parent 007d383 commit b20af5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arcade/version.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python

BUILD = 2
BUILD = 6
VERSION = "1.0.1"
RELEASE = VERSION + ".post" + str(BUILD)
2 changes: 1 addition & 1 deletion doc/conf.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

BUILD = 2
BUILD = 6
VERSION = "1.0.1"
RELEASE = VERSION + ".post" + str(BUILD)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

BUILD = 2
BUILD = 6
VERSION = "1.0.1"
RELEASE = VERSION + ".post" + str(BUILD)

Expand Down

0 comments on commit b20af5d

Please sign in to comment.