Skip to content

Commit

Permalink
bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Dec 18, 2016
1 parent 56b8650 commit 8bf8ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8bf8ee9

Please sign in to comment.