diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index 0b3c392b..21d80a9e 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -3,7 +3,7 @@ name: Update Docs with Versioning on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + - 'v*' workflow_dispatch: permissions: diff --git a/src/agentlab/__init__.py b/src/agentlab/__init__.py index d3b23f47..92106459 100644 --- a/src/agentlab/__init__.py +++ b/src/agentlab/__init__.py @@ -1 +1 @@ -__version__ = "v0.3.2.dev9" +__version__ = "v0.3.2.dev10"