We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33be24 commit a160a40Copy full SHA for a160a40
2 files changed
paraclient/version.py
@@ -1,2 +1,2 @@
1
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2
-__version__ = "1.37.3"
+__version__ = "1.37.4"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "paraclient"
7
-version = "1.37.3"
+version = "1.37.4"
8
description = "Python client for Para"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
requires-python = ">=3.10"
0 commit comments