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.
1 parent b58fdf6 commit d58d5d7Copy full SHA for d58d5d7
README.md
@@ -42,7 +42,7 @@ docker run --network=host --rm ubercadence/cli:master --do sample domain registe
42
## Installation cadence-python
43
44
```
45
-pip install cadence-client==1.0.0b2
+pip install cadence-client==1.0.0b3
46
47
48
## Hello World Sample
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="cadence-client",
8
- version="1.0.0-beta2",
+ version="1.0.0-beta3",
9
author="Mohammed Firdaus",
10
author_email="firdaus.halim@gmail.com",
11
description="Python framework for Cadence Workflow Service",
0 commit comments