Skip to content

Commit 5c7669c

Browse files
committed
Bump version to 0.2.2
1 parent ea4fa18 commit 5c7669c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

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

2323
# The full version, including alpha/beta/rc tags
24-
release = '0.2.1'
24+
release = '0.2.2'
2525

2626

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

12-
__version__ = "0.2.1"
12+
__version__ = "0.2.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "niaarm"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A minimalistic framework for numerical association rule mining"
5-
authors = ["Žiga Stupan <[email protected]>", "Iztok Fister Jr. <iztok[email protected]>"]
5+
authors = ["Žiga Stupan <[email protected]>", "Iztok Fister Jr. <iztok@iztok-jr-fister.eu>"]
66
readme = "README.md"
77

88
include = [

0 commit comments

Comments
 (0)