-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump `crypto-cpp-py` to `1.4.5` * Restore poetry version in `poetry.lock` * Bump version; Update migration guide * Use double backticks in version
- Loading branch information
1 parent
bf2500e
commit 57f975c
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "starknet-py" | ||
version = "0.24.2" | ||
version = "0.24.3" | ||
description = "A python SDK for Starknet" | ||
authors = ["Tomasz Rejowski <[email protected]>", "Jakub Ptak <[email protected]>"] | ||
include = ["starknet_py", "starknet_py/utils/crypto/libcrypto_c_exports.*"] | ||
|