From 8bf8ee961da5ee5ad52f58a4a72665f8e60512a6 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Sun, 18 Dec 2016 16:59:31 -0500 Subject: [PATCH] bump version to 0.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62b7299..484b32b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description="""python-evtx is a pure Python parser for recent Windows Event Log files (those with the file extension ".evtx"). The module provides programmatic access to the File and Chunk headers, record templates, and event entries. For example, you can use python-evtx to review the event logs of Windows 7 systems from a Mac or Linux workstation. The structure definitions and parsing strategies were heavily inspired by the work of Andreas Schuster and his Perl implementation "Parse-Evtx".""" setuptools.setup(name="python-evtx", - version="0.5.2", + version="0.5.3", description="Pure Python parser for recent Windows event log files (.evtx).", long_description=long_description, author="Willi Ballenthin",