increment version
authorymh <ymh.work@gmail.com>
Mon, 09 Mar 2015 02:20:48 +0100
changeset 495 c7a352284d1d
parent 494 8382775d1344
child 496 08243f159907
increment version
src/hdalab/__init__.py
--- a/src/hdalab/__init__.py	Mon Mar 09 02:15:09 2015 +0100
+++ b/src/hdalab/__init__.py	Mon Mar 09 02:20:48 2015 +0100
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 from __future__ import absolute_import
 
-VERSION = (3, 0, 0, "alpha", 12)
+VERSION = (3, 0, 0, "rc", 1)
 
 
 def get_version():