diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index 2d77c70f..6696fca0 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -40,7 +40,6 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git checkout tlsdc/docs git checkout -b generated-docs || git checkout generated-docs git add . git commit -m "Update docs for version $GITHUB_REF_NAME [skip ci]" || echo "No changes to commit" diff --git a/src/agentlab/__init__.py b/src/agentlab/__init__.py index fc3eb7a3..07a4cbed 100644 --- a/src/agentlab/__init__.py +++ b/src/agentlab/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2.dev5" +__version__ = "0.3.2.dev6"