From 9f0018ae8f2a7d6ce3ae1a95b8813538db512bc4 Mon Sep 17 00:00:00 2001 From: ThibaultLSDC Date: Thu, 5 Dec 2024 11:28:43 -0500 Subject: [PATCH] version bump --- .github/workflows/readthedocs.yml | 2 +- src/agentlab/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index 483bc7b1..ac373fe8 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -3,7 +3,7 @@ name: Update Docs with Versioning on: push: tags: - - '*' + - 'v*' workflow_dispatch: permissions: diff --git a/src/agentlab/__init__.py b/src/agentlab/__init__.py index 716719fc..ca175ed1 100644 --- a/src/agentlab/__init__.py +++ b/src/agentlab/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2.dev2" +__version__ = "0.3.2.dev3"