Skip to content

Commit ab2de14

Browse files
committed
doc: Version
1 parent 6c26b12 commit ab2de14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arm_preprocessing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.2.0'

docs/conf.py

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

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

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

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 = "arm-preprocessing"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Implementation of several preprocessing techniques for Association Rule Mining (ARM)"
55
authors = ["Tadej Lahovnik <lahovnik.tadej@gmail.com>", "Iztok Fister Jr. <iztok@iztok-jr-fister.eu>"]
66
keywords = ['association rule mining', 'data science', 'preprocessing']

0 commit comments

Comments
 (0)