From 402f95f6829f5741d87aedce2382b60df8e6eb87 Mon Sep 17 00:00:00 2001 From: Martin Trat Date: Wed, 23 Nov 2022 17:51:08 +0100 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 fa0fc06..a52ac66 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.6' +__version__ = '0.2.0' import sys diff --git a/pyproject.toml b/pyproject.toml index 272cc3f..0a4acc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdcstream" -version = "0.1.6" +version = "0.2.0" description = "Implementation of Ienco's algorithm CDCStream" readme = "DESCRIPTION.md" authors = ["Martin Trat "]