Bump version number
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Reimer 2019-06-18 17:00:02 +00:00
parent 3b68833416
commit 9a432d2df6
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.5.1"
__version__ = "0.5.2"
# Set up logging to ``/dev/null`` like a library is supposed to.