Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Jan 11, 2025
1 parent e703801 commit bdf75c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = "NiaARM"
copyright = "2022-2024, Žiga Stupan, Iztok Fister Jr."
copyright = "2022-2025, Žiga Stupan, Iztok Fister Jr."
author = "Žiga Stupan, Iztok Fister Jr."

# The full version, including alpha/beta/rc tags
release = "0.3.12"
release = "0.3.13"


# -- 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.12"
__version__ = "0.3.13"
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.12"
version = "0.3.13"
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 bdf75c0

Please sign in to comment.