From cb276d8283fffb321f94ffc46d81124f81b01cf1 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Sun, 3 Sep 2023 16:49:22 +0200 Subject: [PATCH] Prepare new version --- pyproject.toml | 2 +- pyzusi3/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf03213..7186644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyzusi3" -version = "2.0.0" +version = "3.0.0" description = "Zusi3 TCP Client library with async support and no deps" readme = "README.md" requires-python = ">=3.10.7" # 3.10.6 contains a bug in asyncio we hit here occasionally diff --git a/pyzusi3/__init__.py b/pyzusi3/__init__.py index 8c0d5d5..528787c 100644 --- a/pyzusi3/__init__.py +++ b/pyzusi3/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "3.0.0"