We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf79ca6 commit 7719877Copy full SHA for 7719877
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "diffio"
7
-version = "0.1.3"
+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.3"
+__version__ = "0.1.2"
0 commit comments