Skip to content

Commit a4445c9

Browse files
committed
Bump version to 0.3.7
1 parent 4595d60 commit a4445c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Žiga Stupan, Iztok Fister Jr."
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.3.6"
25+
release = "0.3.7"
2626

2727

2828
# -- General configuration ---------------------------------------------------

niaarm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
__all__ = ["NiaARM", "Dataset", "Feature", "Rule", "RuleList", "get_rules", "squash"]
1111

12-
__version__ = "0.3.6"
12+
__version__ = "0.3.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "niaarm"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
description = "A minimalistic framework for numerical association rule mining"
55
authors = ["Žiga Stupan <[email protected]>", "Iztok Fister Jr. <[email protected]>"]
66
keywords = ['association rule mining', 'data science', 'numerical association rule mining', 'preprocessing', 'visualization']

0 commit comments

Comments
 (0)