From 1fffa406415e763ca850d4878d047156f12b4086 Mon Sep 17 00:00:00 2001 From: Aki Sasaki Date: Sun, 21 Jun 2015 00:15:32 -0700 Subject: [PATCH] 0.3.0-alpha --- scriptharness/version.py | 2 +- version.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scriptharness/version.py b/scriptharness/version.py index 3054659..cf656eb 100755 --- a/scriptharness/version.py +++ b/scriptharness/version.py @@ -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__) diff --git a/version.json b/version.json index c057555..e607aab 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,9 @@ { "version": [ 0, - 2, - 0 + 3, + 0, + "alpha" ], - "version_string": "0.2.0" + "version_string": "0.3.0-alpha" } \ No newline at end of file