Skip to content

Commit 5990264

Browse files
setup: bump version to 0.5.1
1 parent 1eb77e7 commit 5990264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
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"."""
66

77
setuptools.setup(name="python-evtx",
8-
version="0.5.0",
8+
version="0.5.1",
99
description="Pure Python parser for recent Windows event log files (.evtx).",
1010
long_description=long_description,
1111
author="Willi Ballenthin",

0 commit comments

Comments
 (0)