From 86905344699452088e155589ec5900ce74ae3d1c Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Sun, 16 Jul 2017 21:15:06 -0400 Subject: [PATCH] setup.py: bump to version 0.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",