Skip to content

Commit bcb61c0

Browse files
committed
Bump version
1 parent 67a2c3d commit bcb61c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

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

2020
project = "NiaARM"
21-
copyright = "2022-2025, Žiga Stupan, Iztok Fister Jr."
21+
copyright = "2022-2026, Žiga Stupan, Iztok Fister Jr."
2222
author = "Žiga Stupan, Iztok Fister Jr."
2323

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

2727

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "niaarm"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
description = "A minimalistic framework for numerical association rule mining"
55
authors = [
66
{ name = "Žiga Stupan", email = "ziga.stupan1@student.um.si" },
@@ -77,4 +77,4 @@ select = [
7777
"B", # flake8-bugbear
7878
"C4", # flake8-comprehensions
7979
"UP", # pyupgrade
80-
]
80+
]

src/niaarm/__init__.py

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

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

11-
__version__ = "0.4.5"
11+
__version__ = "0.4.6"

0 commit comments

Comments
 (0)