diff --git a/cdcstream/__init__.py b/cdcstream/__init__.py index 2632438..fa0fc06 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.1.5' +__version__ = '0.1.6' import sys diff --git a/pyproject.toml b/pyproject.toml index f7663f8..272cc3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdcstream" -version = "0.1.5" +version = "0.1.6" description = "Implementation of Ienco's algorithm CDCStream" readme = "DESCRIPTION.md" authors = ["Martin Trat "]