Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Commit

Permalink
0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Jun 21, 2015
1 parent d178461 commit 1fffa40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scriptharness/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version_string(version):

# 1}}}
# Semantic versioning 2.0.0 http://semver.org/
__version__ = (0, 2, 0)
__version__ = (0, 3, 0, 'alpha')
__version_string__ = get_version_string(__version__)


Expand Down
7 changes: 4 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"version": [
0,
2,
0
3,
0,
"alpha"
],
"version_string": "0.2.0"
"version_string": "0.3.0-alpha"
}

0 comments on commit 1fffa40

Please sign in to comment.