Actually change package version

This commit is contained in:
Stefan Reimer 2020-08-12 17:22:33 +01:00
parent 3738f3fcdc
commit 381091ec6a
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.9.4"
__version__ = "0.9.5"
# Set up logging to ``/dev/null`` like a library is supposed to.