From e08da73d4de798df8e48e26ffddcf0e3fc443c30 Mon Sep 17 00:00:00 2001 From: Martin Trat Date: Wed, 21 Sep 2022 21:36:54 +0200 Subject: [PATCH] Prepare release --- fcbf/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fcbf/__init__.py b/fcbf/__init__.py index 94e2295..e26ca3d 100644 --- a/fcbf/__init__.py +++ b/fcbf/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Martin Trat' __email__ = 'martin.trat@gmail.com' __license__ = 'MIT' -__version__ = '0.1.0' +__version__ = '0.1.1' from .fcbf import fcbf diff --git a/pyproject.toml b/pyproject.toml index 38e3c93..f604f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fcbf" -version = "0.1.0" +version = "0.1.1" description = "Categorical feature selection based on information theoretical considerations" readme = "DESCRIPTION.md" authors = ["Martin Trat "]