From 17a10a034729cddf0a0cee71070a0c8a2e80ec96 Mon Sep 17 00:00:00 2001 From: Martin Larralde <martin.larralde@embl.de> Date: Mon, 2 Sep 2024 21:44:42 +0200 Subject: [PATCH] Release v0.9.0-post1 --- lightmotif-py/lightmotif/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightmotif-py/lightmotif/__init__.py b/lightmotif-py/lightmotif/__init__.py index dc9c77f..c8533fc 100644 --- a/lightmotif-py/lightmotif/__init__.py +++ b/lightmotif-py/lightmotif/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.0" +__version__ = "0.9.0-post1" from . import lib from .lib import ( -- GitLab