Skip to content

Commit 76b7c04

Browse files
committed
update version
1 parent 2ff9dd2 commit 76b7c04

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
@@ -4,7 +4,7 @@
44

55
setup(
66
name="etl-parser",
7-
version="1.0.0",
7+
version="1.0.1",
88
description="Event Trace Log file parser in pure Python",
99
long_description="""`etl-parser` is a pure python 3 parser library for `ETL` Windows log files. `ETL` is the default format for [ETW](https://docs.microsoft.com/en-us/windows/win32/etw/event-tracing-portal).
1010
But It's also the default format for the Kernel logger.

0 commit comments

Comments
 (0)