Skip to content

Commit 30ad5a8

Browse files
author
Delega Bot
committed
chore: bump version to 0.1.3
1 parent c8c77d0 commit 30ad5a8

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.2"
7+
version = "0.1.3"
88
description = "Official Python SDK for the Delega API"
99
readme = "README.md"
1010
license = "MIT"

src/delega/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package version metadata."""
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.1.3"
44
USER_AGENT = f"delega-python/{__version__}"

0 commit comments

Comments
 (0)