Set version

This commit is contained in:
Stefan Reimer 2020-12-29 00:14:06 +01:00
parent 2b2c8e2ea8
commit 3a7783acc9
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.5"
__version__ = "0.9.6"
# Set up logging to ``/dev/null`` like a library is supposed to.