Skip to content

Commit

Permalink
Bump version | 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Jul 8, 2024
1 parent a6a829a commit 79fe8a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Žiga Stupan, Iztok Fister Jr."

# The full version, including alpha/beta/rc tags
release = "0.3.9"
release = "0.3.10"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion niaarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

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

__version__ = "0.3.9"
__version__ = "0.3.10"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "niaarm"
version = "0.3.9"
version = "0.3.10"
description = "A minimalistic framework for numerical association rule mining"
authors = ["Žiga Stupan <[email protected]>", "Iztok Fister Jr. <[email protected]>"]
keywords = ['association rule mining', 'data science', 'numerical association rule mining', 'preprocessing', 'visualization']
Expand Down

0 comments on commit 79fe8a7

Please sign in to comment.