Skip to content

Commit d58d5d7

Browse files
committed
Released b3.
1 parent b58fdf6 commit d58d5d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker run --network=host --rm ubercadence/cli:master --do sample domain registe
4242
## Installation cadence-python
4343

4444
```
45-
pip install cadence-client==1.0.0b2
45+
pip install cadence-client==1.0.0b3
4646
```
4747

4848
## Hello World Sample

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="cadence-client",
8-
version="1.0.0-beta2",
8+
version="1.0.0-beta3",
99
author="Mohammed Firdaus",
1010
author_email="firdaus.halim@gmail.com",
1111
description="Python framework for Cadence Workflow Service",

0 commit comments

Comments
 (0)