From c2683dff03fc439a209092fc5b34c46a45ab014c Mon Sep 17 00:00:00 2001 From: Martin Trat Date: Thu, 13 Oct 2022 12:55:18 +0200 Subject: [PATCH] Prepare for new release --- cdcstream/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]