Skip to content

Commit 89e3173

Browse files
committed
Include LICENSE + bump version -- 0.1.2
1 parent 8e5d507 commit 89e3173

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-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.1'
25+
release = '0.1.2'
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.1"
8+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[tool.poetry]
22
name = "niaarm"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Nature-inspired algorithms for Association Rule Mining"
55
authors = ["Iztok Fister, Jr. <[email protected]>", "Žiga Stupan <[email protected]>"]
66
readme = "README.md"
77

8+
include = [
9+
{ path="LICENSE", format="sdist" }
10+
]
11+
812
[tool.poetry.dependencies]
913
python = "^3.7"
1014
niapy = "^2.0.0"

0 commit comments

Comments
 (0)