diff --git a/cdcstream/__init__.py b/cdcstream/__init__.py index 47243ce..b5e4920 100644 --- a/cdcstream/__init__.py +++ b/cdcstream/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Martin Trat' __email__ = 'trat@fzi.de' __license__ = 'GNU General Public License v3.0' -__version__ = '0.2.0' +__version__ = '0.2.1' from .cdcstream import DriftDetector, CDCStream diff --git a/pyproject.toml b/pyproject.toml index 0a4acc5..cf1f17f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdcstream" -version = "0.2.0" +version = "0.2.1" description = "Implementation of Ienco's algorithm CDCStream" readme = "DESCRIPTION.md" authors = ["Martin Trat "]