Skip to content

Commit

Permalink
Changed version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jan 8, 2019
1 parent 07013f5 commit 64102d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pm4py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pm4py import algo, evaluation, objects, util, visualization, statistics

__version__ = "1.0.4"
__version__ = "1.0.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pm4py',
version='1.0.4',
version='1.0.5',
packages=['pm4py', 'pm4py.algo', 'pm4py.algo.other', 'pm4py.algo.other.simple', 'pm4py.algo.other.simple.model',
'pm4py.algo.other.simple.model.pandas', 'pm4py.algo.other.simple.model.pandas.versions',
'pm4py.algo.other.simple.model.tracelog', 'pm4py.algo.other.simple.model.tracelog.versions',
Expand Down

0 comments on commit 64102d2

Please sign in to comment.