Skip to content

Commit

Permalink
testing some more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC committed Dec 5, 2024
1 parent dd2198a commit 4403ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/agentlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2.dev5"
__version__ = "0.3.2.dev6"

0 comments on commit 4403ee0

Please sign in to comment.