Skip to content

Commit

Permalink
Bump version to 2.0.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarika committed Feb 26, 2016
1 parent a350759 commit 5968738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_version(v):
sub = mapping[v[3]] + str(v[4])
return str(main + sub)

VERSION = (2, 0, 0, 'alpha', 7)
VERSION = (2, 0, 0, 'alpha', 8)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 5968738

Please sign in to comment.