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"