Skip to content

Commit 4403ee0

Browse files
committed
testing some more stuff
1 parent dd2198a commit 4403ee0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
run: |
4141
git config --global user.name "github-actions[bot]"
4242
git config --global user.email "github-actions[bot]@users.noreply.github.com"
43-
git checkout tlsdc/docs
4443
git checkout -b generated-docs || git checkout generated-docs
4544
git add .
4645
git commit -m "Update docs for version $GITHUB_REF_NAME [skip ci]" || echo "No changes to commit"

src/agentlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2.dev5"
1+
__version__ = "0.3.2.dev6"

0 commit comments

Comments
 (0)