-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor changes in 'release procedure' (setup.py only in release branch…
… => don't use release branch as a source, it is a sink)
- Loading branch information
Sebastiaan J. van Zelst
committed
Jan 18, 2019
1 parent
32f589d
commit a6ce53e
Showing
4 changed files
with
1 addition
and
106 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from pm4py import algo, evaluation, objects, util, visualization, statistics | ||
|
||
__version__ = '1.0.14' | ||
__version__ = '1.0.15' | ||
__doc__ = "Process Mining for Python" | ||
__author__ = 'PADS' | ||
__author_email__ = '[email protected]' | ||
|