Skip to content

Commit 8ee2d89

Browse files
committed
🎨 update README with py3.9-0.9.0
1 parent fa1a0fe commit 8ee2d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ After that you can run the following commands to update the `data/openapi.yml` f
2828
```sh
2929
cd aries-cloudcontroller-python/generator
3030

31-
# Retrieve the open api file. Change `py36-1.16-1_0.8.2` if you want another version
31+
# Retrieve the open api file. Change `py3.9-0.9.0` if you want another version. See
3232
# <https://github.com/hyperledger/aries-cloudagent-python/blob/main/ContainerImagesAndGithubActions.md#tags> for tags
33-
./scripts/retrieve-openapi.sh py36-1.16-1_0.8.2
33+
./scripts/retrieve-openapi.sh py3.9-0.9.0
3434

3535
# transform to OpenAPI V3
3636
./scripts/convert-to-openapi3-local.sh

0 commit comments

Comments
 (0)