From c5cf7ff676d20510c4f1ab81f02e56530d634720 Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Sun, 20 Jan 2019 11:18:14 +0100 Subject: [PATCH] Increased version number --- pm4py/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm4py/__init__.py b/pm4py/__init__.py index 1d0e926a2..20d8930ed 100644 --- a/pm4py/__init__.py +++ b/pm4py/__init__.py @@ -1,6 +1,6 @@ from pm4py import algo, evaluation, objects, util, visualization, statistics -__version__ = '1.0.16' +__version__ = '1.0.17' __doc__ = "Process Mining for Python" __author__ = 'PADS' __author_email__ = 'pm4py@pads.rwth-aachen.de'