diff --git a/Cargo.lock b/Cargo.lock index 57199f4..1b5b144 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "trust" -version = "0.1.21" +version = "0.1.22" dependencies = [ "clap", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 0b960ce..ce3a351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust" -version = "0.1.21" +version = "0.1.22" readme="README.md" edition = "2021" diff --git a/cli/py/pyproject.toml b/cli/py/pyproject.toml index 5e04efc..58a4d13 100644 --- a/cli/py/pyproject.toml +++ b/cli/py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trustspeccli" -version = "0.1.22" +version = "{VERSION}" authors = ["Wojciech Karwacki "] homepage = "https://github.com/wkarwacki/python-openapi-generator-rust" repository = "https://github.com/wkarwacki/python-openapi-generator-rust" @@ -32,7 +32,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.6" -trustspecpy = "0.1.22" +trustspecpy = "{VERSION}" [tool.poetry.scripts] trust = "trustspeccli.main:run" diff --git a/cli/py/pyproject.toml.bu b/cli/py/pyproject.toml.bu deleted file mode 100644 index 58a4d13..0000000 --- a/cli/py/pyproject.toml.bu +++ /dev/null @@ -1,42 +0,0 @@ -[tool.poetry] -name = "trustspeccli" -version = "{VERSION}" -authors = ["Wojciech Karwacki "] -homepage = "https://github.com/wkarwacki/python-openapi-generator-rust" -repository = "https://github.com/wkarwacki/python-openapi-generator-rust" -documentation = "https://github.com/wkarwacki/python-openapi-generator-rust" -packages = [{include = "trustspeccli", from="src"}] -readme = "README.md" -description = "Web Integration Specification, easy and lightweight alternative to OpenAPI" -classifiers = [ - "Development Status :: 2 - Pre-Alpha", - "Environment :: Console", - "Environment :: Web Environment", - "Intended Audience :: Developers", - "Operating System :: OS Independent", - "Programming Language :: Python :: 3", - "Programming Language :: Python", - "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Programming Language :: Rust", - "Topic :: Internet", - "Topic :: Internet :: WWW/HTTP :: HTTP Servers", - "Topic :: Internet :: WWW/HTTP", - "Topic :: Software Development", - "Topic :: Software Development :: Code Generators", - "Topic :: Software Development :: Libraries :: Python Modules", - "Typing :: Typed", -] - -[tool.poetry.dependencies] -python = "^3.6" -trustspecpy = "{VERSION}" - -[tool.poetry.scripts] -trust = "trustspeccli.main:run" - -[build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" diff --git a/plugin/py-binding/Cargo.lock b/plugin/py-binding/Cargo.lock index 1eee254..99b7053 100644 --- a/plugin/py-binding/Cargo.lock +++ b/plugin/py-binding/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "trust" -version = "0.1.21" +version = "0.1.22" dependencies = [ "clap", "convert_case", @@ -1007,7 +1007,7 @@ dependencies = [ [[package]] name = "trustspecpy" -version = "0.1.21" +version = "0.1.22" dependencies = [ "clap", "pyo3",