Skip to content

Commit 7ea3946

Browse files
committed
Version update
1 parent 34ecf4b commit 7ea3946

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ dmypy.json
129129
.pyre/
130130

131131
.idea/
132+
.DS_Store

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pm4py-wrapper',
5-
version='1.0.0',
5+
version='1.0.1',
66
packages=find_packages(where='src'),
77
package_dir={"": "src"},
88
include_package_data=True,

0 commit comments

Comments
 (0)