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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Jun 21, 2015
1 parent bbeaa2f commit 8554123
Show file tree
Hide file tree
Showing 2 changed files with 3 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, 'alpha')
__version__ = (0, 2, 0)
__version_string__ = get_version_string(__version__)


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

0 comments on commit 8554123

Please sign in to comment.