Skip to content

Commit ad90983

Browse files
committed
Bump version to 0.3.3
1 parent 2eb22e9 commit ad90983

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
# -- Project information -----------------------------------------------------
1818

1919
project = 'NiaARM'
20-
copyright = '2022, Žiga Stupan, Iztok Fister Jr.'
20+
copyright = '2022-2023, Žiga Stupan, Iztok Fister Jr.'
2121
author = 'Žiga Stupan, Iztok Fister Jr.'
2222

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

2626

2727
# -- General configuration ---------------------------------------------------

niaarm/__init__.py

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

1111
__all__ = ['NiaARM', 'Dataset', 'Feature', 'Rule', 'RuleList', 'get_rules', 'squash']
1212

13-
__version__ = "0.3.2"
13+
__version__ = "0.3.3"

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.2"
3+
version = "0.3.3"
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)