Skip to content

Commit e9e192b

Browse files
committed
Bump version --- 0.1.3
1 parent 9cdfef7 commit e9e192b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Iztok Fister Jr., Žiga Stupan'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.1.2'
25+
release = '0.1.3'
2626

2727

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

niaarm/__init__.py

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

66
__all__ = [NiaARM, Dataset, Stats]
77

8-
__version__ = "0.1.2"
8+
__version__ = "0.1.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.1.2"
3+
version = "0.1.3"
44
description = "Nature-inspired algorithms for Association Rule Mining"
55
authors = ["Iztok Fister, Jr. <[email protected]>", "Žiga Stupan <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)