# HG changeset patch # User durandn # Date 1474379845 -7200 # Node ID 3186cce76beb9c40845f33130d5ae309c045910b # Parent 5af2823db2797951fdc5233b37e1102c4d55bdfe increment version diff -r 5af2823db279 -r 3186cce76beb src/iconolab/__init__.py --- a/src/iconolab/__init__.py Tue Sep 20 15:05:50 2016 +0200 +++ b/src/iconolab/__init__.py Tue Sep 20 15:57:25 2016 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 0, 4, "final", 0) +VERSION = (0, 0, 5, "final", 0) VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))