# HG changeset patch # User ymh # Date 1425102306 -3600 # Node ID 209f6b75d9e5552bd10170dd7de12ead85a24794 # Parent 2a3ef4dcbb6b0954758d1977a427b94a1764bbee increment version diff -r 2a3ef4dcbb6b -r 209f6b75d9e5 src/hdalab/__init__.py --- a/src/hdalab/__init__.py Sat Feb 28 06:44:11 2015 +0100 +++ b/src/hdalab/__init__.py Sat Feb 28 06:45:06 2015 +0100 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (3, 0, 0, "alpha", 9) +VERSION = (3, 0, 0, "alpha", 10) def get_version():