diff --git a/setup.py b/setup.py index a08845b..b343c14 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="python-evtx", - version="0.6.0", + version="0.6.1", description="Pure Python parser for recent Windows event log files (.evtx).", long_description=long_description, author="Willi Ballenthin",