From 953520633f99c450253e8d7142d18e7fce03b684 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 24 Jun 2024 08:05:30 +0000 Subject: [PATCH] v0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c5fe21..556e76c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="python-evtx", - version="0.7.4", + version="0.8.0", description="Pure Python parser for recent Windows event log files (.evtx).", long_description=long_description, author="Willi Ballenthin",