src/hdalab/__init__.py
changeset 649 434737bd64e5
parent 644 764605c51201
child 658 53a4b4b80456
--- a/src/hdalab/__init__.py	Thu Sep 24 13:40:54 2015 +0200
+++ b/src/hdalab/__init__.py	Sat Sep 26 11:55:11 2015 +0200
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 from __future__ import absolute_import
 
-VERSION = (3, 0, 2, "final", 0)
+VERSION = (3, 0, 3, "final", 0)
 
 
 def get_version():
@@ -18,5 +18,3 @@
 __version__ = get_version()
 
 default_app_config = 'hdalab.apps.HdalabAppConfig'
-
-