bump version

This commit is contained in:
frennkie 2019-12-25 18:27:34 +01:00 committed by GitHub
parent 2bc3c98e44
commit ac9f594dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""
__version_info__ = ('0', '41', '0')
__version_info__ = ('0', '42', '0')
__version__ = '.'.join(__version_info__)