Skip to content

Commit d228fa8

Browse files
committed
Bump version
1 parent fe04b6a commit d228fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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']
1111

12-
__version__ = "0.1.5"
12+
__version__ = "0.1.6"

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.1.5"
3+
version = "0.1.6"
44
description = "A minimalistic framework for numerical association rule mining"
55
authors = ["Žiga Stupan <[email protected]>", "Iztok Fister Jr. <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)