# HG changeset patch # User durandn # Date 1476180511 -7200 # Node ID 4860b7f056ae3898ede75eef4b97f5e8bda3a6b6 # Parent ce1e12435c44fb579bbd921bf24114c8daba9a24 increment version diff -r ce1e12435c44 -r 4860b7f056ae src/iconolab/__init__.py --- a/src/iconolab/__init__.py Tue Oct 11 12:06:42 2016 +0200 +++ b/src/iconolab/__init__.py Tue Oct 11 12:08:31 2016 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 0, 7, "final", 0) +VERSION = (0, 0, 8, "final", 0) VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))