Skip to content

Commit bf79ca6

Browse files
chore(release): bump Python SDK to 0.1.3
1 parent 77df1a0 commit bf79ca6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "diffio"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Python SDK for the Diffio API."
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/diffio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"WebhooksClient",
5555
]
5656

57-
__version__ = "0.1.2"
57+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)