We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eba025c + ba76635 commit 764e7ecCopy full SHA for 764e7ec
VERSION
@@ -1 +1 @@
1
-8.4.0
+8.4.1
pyproject.toml
@@ -3,7 +3,7 @@
3
4
[tool.poetry]
5
name = "dazl"
6
-version = "8.4.0"
+version = "8.4.1"
7
description = "high-level Ledger API client for Daml ledgers"
8
license = "Apache-2.0"
9
authors = ["Davin K. Tanabe <davin.tanabe@digitalasset.com>"]
python/dazl/__init__.py
@@ -57,4 +57,4 @@
57
pass
58
59
60
-__version__ = "8.4.0"
+__version__ = "8.4.1"
0 commit comments