Skip to content

Commit bace54e

Browse files
committed
fix: correctly pass requestBody parameters for POST requests (Issue #548) - version bump
1 parent dc3fec4 commit bace54e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

55
[project]
66
name = "uapi-sdk-python"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
description = "Idiomatic UAPI SDK for Python"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -27,3 +27,4 @@ strict = true
2727

2828
[tool.isort]
2929
profile = "black"
30+

0 commit comments

Comments
 (0)