Skip to content

Commit 501ced6

Browse files
committed
v0.9.9
Signed-off-by: David Ohana <david.ohana@ibm.com>
1 parent 22dc982 commit 501ced6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ post: [Use open source Drain3 log-template mining project to monitor for network
8383
- [**Masking**](#masking). Replace some message parts (e.g numbers, IPs, emails) with wildcards. This improves the
8484
accuracy of template mining.
8585
- [**Packaging**](#installation). As a pip package.
86-
- [**Configuration**](#configuration) Support for configuring Drain3 using an `.ini` file or a configuration object.
86+
- [**Configuration**](#configuration). Support for configuring Drain3 using an `.ini` file or a configuration object.
8787
- [**Memory efficiency**](#memory-efficiency). Decrease the memory footprint of internal data structures and introduce
8888
cache to control max memory consumed (thanks to @StanislawSwierc)
8989
- [**Inference mode**](#training-vs-inference-modes). In case you want to separate training and inference phase, Drain3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name='drain3',
1313
packages=['drain3'],
14-
version="0.9.8",
14+
version="0.9.9",
1515
license='MIT',
1616
description="Persistent & streaming log template miner",
1717
long_description=long_description,

0 commit comments

Comments
 (0)