Skip to content

Commit 9f0018a

Browse files
committed
version bump
1 parent ef94260 commit 9f0018a

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-
- '*'
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__ = "0.3.2.dev2"
1+
__version__ = "0.3.2.dev3"

0 commit comments

Comments
 (0)