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 "]