# HG changeset patch # User durandn # Date 1476181073 -7200 # Node ID bccebfc743bd782b17f29ea43458444d9a6a3073 # Parent 7286815f4e16f614db21b6dcdbdfeb38ca27824c increment version diff -r 7286815f4e16 -r bccebfc743bd src/iconolab/__init__.py --- a/src/iconolab/__init__.py Tue Oct 11 12:17:31 2016 +0200 +++ b/src/iconolab/__init__.py Tue Oct 11 12:17:53 2016 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 0, 8, "final", 0) +VERSION = (0, 0, 9, "final", 0) VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))