diff --git a/cdcstream/__init__.py b/cdcstream/__init__.py index b5e4920..5c6a745 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.1' +__version__ = '0.2.2' from .cdcstream import DriftDetector, CDCStream diff --git a/pyproject.toml b/pyproject.toml index cf1f17f..d4daaff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdcstream" -version = "0.2.1" +version = "0.2.2" description = "Implementation of Ienco's algorithm CDCStream" readme = "DESCRIPTION.md" authors = ["Martin Trat "]