Skip to content

Commit c346970

Browse files
authored
Version to 2.0.4
1 parent 49cb70b commit c346970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

efficient_apriori/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# We use semantic versioning
88
# See https://semver.org/
9-
__version__ = "2.0.3"
9+
__version__ = "2.0.4"
1010

1111
import sys
1212
from efficient_apriori.apriori import apriori

0 commit comments

Comments
 (0)