add 'dev' suffix for non-release versions

(#9)
This commit is contained in:
Mike Fährmann
2017-03-14 09:07:52 +01:00
parent 66eb3d3488
commit 8816dab549

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "0.7.0"
__version__ = "0.7.1-dev"