Skip to content

Commit 1c2bafe

Browse files
author
Delega Bot
committed
chore: bump to v0.1.1
1 parent f2dcbcc commit 1c2bafe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "delega"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Official Python SDK for the Delega API"
99
readme = "README.md"
1010
license = "MIT"

src/delega/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
from .models import Agent, Comment, Project, Task
1212

13-
__version__ = "0.1.0"
13+
__version__ = "0.1.1"
1414

1515
__all__ = [
1616
"Agent",

0 commit comments

Comments
 (0)