Skip to content

Commit 1d5beec

Browse files
doc: update documented version requirement (#10)
BREAKING CHANGE: initial release
1 parent 98b8d4d commit 1d5beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project generates a type-safe smart contract client in Python for the Algor
1616
To be able to consume the generated file you need to include it in a Python project that has (at least) the following package installed:
1717

1818
```
19-
poetry add algokit-utils@1.2.0b2
19+
poetry add algokit-utils@^1.2
2020
```
2121

2222
### Use

0 commit comments

Comments
 (0)