We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ada39 + c50512c commit c3ca52fCopy full SHA for c3ca52f
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "diffio"
7
-version = "0.1.1"
+version = "0.1.2"
8
description = "Python SDK for the Diffio API."
9
readme = "README.md"
10
requires-python = ">=3.8"
src/diffio/__init__.py
@@ -54,4 +54,4 @@
54
"WebhooksClient",
55
]
56
57
-__version__ = "0.1.0"
+__version__ = "0.1.2"
0 commit comments