Release 0.4.1

This commit is contained in:
Stefan Reimer 2019-03-20 12:52:24 +00:00
parent cf7a9df9ae
commit 0f811420e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import logging
__author__ = 'Stefan Reimer'
__email__ = 'stefan@zero-downtimet.net'
__version__ = '0.4.0'
__version__ = '0.4.1'
# Set up logging to ``/dev/null`` like a library is supposed to.