Bumps version number

This commit is contained in:
Olivier Keshavjee 2017-10-31 21:25:27 +01:00
parent f8cb64092d
commit 701833ed7e

View file

@ -3,7 +3,7 @@
# Single source the package version
# https://packaging.python.org/guides/single-sourcing-package-version/
__version__ = "0.4.0"
__version__ = "0.5.0"
def getVersion():
return __version__