diff --git a/.bumpversion.toml b/.bumpversion.toml index f99b7ba..fed8f9a 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -24,4 +24,7 @@ filename = "gen/node/package.json" filename = "gen/haskell/utxorpc.cabal" [[tool.bumpversion.files]] -filename = "gen/dotnet/Utxorpc.Spec.csproj" \ No newline at end of file +filename = "gen/dotnet/Utxorpc.Spec.csproj" + +[[tool.bumpversion.files]] +filename = "gen/python/pyproject.toml" diff --git a/gen/python/pyproject.toml b/gen/python/pyproject.toml index 3fd750e..0115f61 100644 --- a/gen/python/pyproject.toml +++ b/gen/python/pyproject.toml @@ -1,10 +1,10 @@ -[build-system] # https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 +[build-system] # https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" -[tool.poetry] # https://python-poetry.org/docs/pyproject/ +[tool.poetry] # https://python-poetry.org/docs/pyproject/ name = "utxorpc-spec" -version = "0.5.1" +version = "0.10.0" description = "Auto-generated structs for the UTxO RPC spec." authors = ["Felipe Gonzalez "] readme = "README.md" @@ -13,7 +13,7 @@ repository = "https://github.com/utxorpc/spec" # Needed because Poetry ignores whatever is on .gitignore include = ["utxorpc_spec/**/*.py", "utxorpc_spec/**/*.pyi"] -[tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/ +[tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/ python = ">=3.8,<4.0" grpcio = "^1.64.1" protobuf = "^5.27.1"