Bump version number to 0.3.0

This commit is contained in:
Carsten Grohmann 2019-11-24 11:00:08 +01:00
parent c5698c304d
commit 281d7f4258

View File

@ -10,7 +10,7 @@ import re
DEBUG = False DEBUG = False
"""Show additional information during the development cycle""" """Show additional information during the development cycle"""
VERSION = "0.2.0" VERSION = "0.3.0"
"""Version number""" """Version number"""