We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94510b5 + e60c1be commit f715e2fCopy full SHA for f715e2f
python/setup.py
@@ -76,7 +76,7 @@ def run(self):
76
setup(
77
name="pylibra-beta",
78
# change to 0.1.YYYYMMDDNN on release
79
- version="0.5.2020091001",
+ version="0.5.2020091601",
80
description="",
81
python_requires=">=3.7",
82
packages=find_packages("src"),
python/src/pylibra/_jsonrpc_transport.py
@@ -37,6 +37,7 @@ class ServerError:
37
38
@dataclasses.dataclass
39
class GetAccountStateResp:
40
+ address: str
41
sequence_number: int
42
authentication_key: str
43
delegated_key_rotation_capability: bool
0 commit comments