Skip to content

Commit 22d5bfb

Browse files
author
Delega Bot
committed
fix __version__ to match pyproject.toml 0.1.2
1 parent 107d5e3 commit 22d5bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/delega/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .models import Agent, Comment, Project, Task
1212
from .webhooks import verify_webhook
1313

14-
__version__ = "0.1.1"
14+
__version__ = "0.1.2"
1515

1616
__all__ = [
1717
"Agent",

0 commit comments

Comments
 (0)