# HG changeset patch # User ymh # Date 1417426642 -3600 # Node ID 33c56d7137045797bc199c3fbde69f9d7b12de80 # Parent 58bc48201d0ed2043aa2e85326a033064743e618 increment version diff -r 58bc48201d0e -r 33c56d713704 src/hdalab/__init__.py --- a/src/hdalab/__init__.py Mon Dec 01 10:34:53 2014 +0100 +++ b/src/hdalab/__init__.py Mon Dec 01 10:37:22 2014 +0100 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (3, 0, 0, "alpha", 3) +VERSION = (3, 0, 0, "alpha", 4) def get_version():