From 37d0f7351dfbaf705366d628fe372ee5cda8fd33 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 2 Dec 2022 21:04:06 +0000 Subject: [PATCH] chore: Bump version to 0.1.23 Signed-off-by: Kai Blin --- antismash_models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antismash_models/__init__.py b/antismash_models/__init__.py index 6c2d340..5772313 100644 --- a/antismash_models/__init__.py +++ b/antismash_models/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.22' +__version__ = '0.1.23' from .control import AsyncControl, SyncControl from .job import AsyncJob, SyncJob