Skip to content

Commit 8842da5

Browse files
committed
tmp updates just for a check
1 parent 00a37f0 commit 8842da5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Docs with Versioning
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v*'
77
workflow_dispatch:
88

99
permissions:

src/agentlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v0.3.2.dev9"
1+
__version__ = "v0.3.2.dev10"

0 commit comments

Comments
 (0)