Skip to content

Commit bdf75c0

Browse files
committed
Bump version
1 parent e703801 commit bdf75c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 Žiga Stupan and Iztok Fister Jr.
3+
Copyright (c) 2021-2025 Žiga Stupan and Iztok Fister Jr.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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-2024, Žiga Stupan, Iztok Fister Jr."
21+
copyright = "2022-2025, Ž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.3.12"
25+
release = "0.3.13"
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.12"
12+
__version__ = "0.3.13"

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.12"
3+
version = "0.3.13"
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)