From bd50eea671b4f6a8287199d4b066b23408eee5b9 Mon Sep 17 00:00:00 2001 From: Josef Zweck <24647999+zweckj@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:02:50 +0200 Subject: [PATCH] next version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 227a716..5e9ccb0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyacaia_async", - version="0.0.7", + version="0.0.8", description="An async implementation of PyAcaia", long_description=readme, long_description_content_type="text/markdown",