We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2198a commit 4403ee0Copy full SHA for 4403ee0
.github/workflows/readthedocs.yml
@@ -40,7 +40,6 @@ jobs:
40
run: |
41
git config --global user.name "github-actions[bot]"
42
git config --global user.email "github-actions[bot]@users.noreply.github.com"
43
- git checkout tlsdc/docs
44
git checkout -b generated-docs || git checkout generated-docs
45
git add .
46
git commit -m "Update docs for version $GITHUB_REF_NAME [skip ci]" || echo "No changes to commit"
src/agentlab/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.2.dev5"
+__version__ = "0.3.2.dev6"
0 commit comments