From 7fd03db5497dd3fb4f0cf69c83113e61be00619c Mon Sep 17 00:00:00 2001 From: ricopinazo <38461987+ricopinazo@users.noreply.github.com> Date: Thu, 23 May 2024 06:05:55 +0000 Subject: [PATCH] Release v0.2.0rc0 --- src/comai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comai/__init__.py b/src/comai/__init__.py index 3dc1f76..2434fda 100644 --- a/src/comai/__init__.py +++ b/src/comai/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0rc0"