From db855f7d8426fd243c4ed2f32ec95398736da08c Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Thu, 4 Apr 2013 13:55:31 -0400 Subject: [PATCH] Set version on master branch to alpha version. Change-Id: Ic1ca49846a78f4c28c52c852f3527dfd870cfc86 --- libra/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libra/__init__.py b/libra/__init__.py index f7a43d15..5b15c419 100644 --- a/libra/__init__.py +++ b/libra/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "1.0" +__version__ = "2.0-alpha"