increment version number V03.01.03
authorymh <ymh.work@gmail.com>
Wed, 28 Oct 2015 11:17:39 +0100
changeset 672 b2a66875ea84
parent 671 c196386ac4b4
child 673 51724e5b2bd9
increment version number
src/hdalab/__init__.py
--- a/src/hdalab/__init__.py	Wed Oct 28 11:16:52 2015 +0100
+++ b/src/hdalab/__init__.py	Wed Oct 28 11:17:39 2015 +0100
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 from __future__ import absolute_import
 
-VERSION = (3, 1, 2, "final", 0)
+VERSION = (3, 1, 3, "final", 0)
 
 
 def get_version():