diff --git a/pyproject.toml b/pyproject.toml index 270f1321e..d0f6709df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "starknet.py" -version = "0.1.0-alpha" -description = "" +version = "0.1.1-alpha" +description = "A python SDK for StarkNet" authors = ["Tomasz Rejowski ", "Jakub Ptak "] include = ["starknet"] exclude = ["starknet/tests/*", "starknet/**/*_test.py"]