bjoern@343: # -*- coding: utf-8 -*- bjoern@343: # bjoern@343: # (c) 2013, 2014 by Björn Ricks bernhard@449: # (c) 2017, 2018 by Intevation GmbH bjoern@343: # bjoern@343: # This is Free Software licensed under the terms of GPLv3 or later. bjoern@343: # For details see LICENSE coming with the source of 'getan'. bjoern@343: magnus@543: __version_info__ = ("3", "4") bjoern@111: __version__ = '.'.join(__version_info__)