# HG changeset patch # User Magnus Schieder # Date 1530804816 -7200 # Node ID bb08400729fb4d38976483c4d171f789b468d9a4 # Parent 193960b65c1da025bc32fe546733b45dd1cc644f Update version info. diff -r 193960b65c1d -r bb08400729fb getan/__init__.py --- a/getan/__init__.py Thu Jul 05 17:30:55 2018 +0200 +++ b/getan/__init__.py Thu Jul 05 17:33:36 2018 +0200 @@ -6,5 +6,5 @@ # This is Free Software licensed under the terms of GPLv3 or later. # For details see LICENSE coming with the source of 'getan'. -__version_info__ = ("3", "0") +__version_info__ = ("3", "1") __version__ = '.'.join(__version_info__)