Skip to content

Commit

Permalink
fix release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Oct 20, 2024
1 parent 439ebb4 commit 164254c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust"
version = "0.1.21"
version = "0.1.22"
readme="README.md"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions cli/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trustspeccli"
version = "0.1.22"
version = "{VERSION}"
authors = ["Wojciech Karwacki <karwacki.wojciech@gmail.com>"]
homepage = "https://github.com/wkarwacki/python-openapi-generator-rust"
repository = "https://github.com/wkarwacki/python-openapi-generator-rust"
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
trustspecpy = "0.1.22"
trustspecpy = "{VERSION}"

[tool.poetry.scripts]
trust = "trustspeccli.main:run"
Expand Down
42 changes: 0 additions & 42 deletions cli/py/pyproject.toml.bu

This file was deleted.

4 changes: 2 additions & 2 deletions plugin/py-binding/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 164254c

Please sign in to comment.