diff --git a/README.md b/README.md index d620e83..2f17310 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,10 @@ Our project welcomes external contributions. Please refer to [CONTRIBUTING.md](C ## Change Log +##### v0.9.10 + +* Fixed compatibility issue with Python 3.10 caused by removal of `KeysView`. + ##### v0.9.9 * Added support for accurate log message parameter extraction in a new function - `extract_parameters()`. The diff --git a/setup.py b/setup.py index f3cbb63..1b4aadc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='drain3', packages=['drain3'], - version="0.9.9", + version="0.9.10", license='MIT', description="Persistent & streaming log template miner", long_description=long_description,