Version fix.

This commit is contained in:
Johannes Findeisen 2022-09-09 00:39:59 +02:00
commit 2190245675

View file

@ -48,7 +48,7 @@ MINOR changes are "just-in-time" changes or small enhancements which should not
documentation.
FIXES should never affect anything else then stability or security.
"""
__version__ = '0.8.4.0'
__version__ = '0.8.4.1'
__author__ = 'Johannes Findeisen <you@hanez.org>'
logger = logging.getLogger('uplink')