diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b4048e..9594f03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ on: default: false py_rust_version: description: Rust-backed Python Version - default: 0.0.15 + default: 0.0.16 jobs: commit_versions: diff --git a/.zetch.lock b/.zetch.lock index 8ad03ab..5698f5a 100644 --- a/.zetch.lock +++ b/.zetch.lock @@ -1,16 +1,16 @@ { "version": "0.0.10", "files": { + "docs/index.zetch.md": "2eda002221d0f22c813a6de54c44a78fc029f516f023c8f7b52bdd437f22c54f", + "README.zetch.md": "bf36c066d493db3c44a95ef89989ce310c8905df162d772db21913cc7a113311", + "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", + "setup.zetch.cfg": "686d0e0812a3c80788515617dc03fb435c66b8beea8763e2eb6cdb08da171966", "CONTRIBUTING.zetch.md": "c1163c54e695dc64174c047f48976e927b6aae4f6fbf4c94ebd06ef56f8ba02f", "LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "docs/index.zetch.md": "2eda002221d0f22c813a6de54c44a78fc029f516f023c8f7b52bdd437f22c54f", "py_rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "README.zetch.md": "bf36c066d493db3c44a95ef89989ce310c8905df162d772db21913cc7a113311", + "py_rust/README.zetch.md": "2eda002221d0f22c813a6de54c44a78fc029f516f023c8f7b52bdd437f22c54f", "docs/CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", - "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "setup.zetch.cfg": "6f30e6dc66247f54041ba0c2f57e2d0e6a22946b390449522877a3d6067551e6", "docs/CONTRIBUTING.zetch.md": "c1163c54e695dc64174c047f48976e927b6aae4f6fbf4c94ebd06ef56f8ba02f", - "py_rust/README.zetch.md": "2eda002221d0f22c813a6de54c44a78fc029f516f023c8f7b52bdd437f22c54f", - "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97" + "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b" } } \ No newline at end of file diff --git a/py_rust/Cargo.lock b/py_rust/Cargo.lock index 5b24887..1801d86 100644 --- a/py_rust/Cargo.lock +++ b/py_rust/Cargo.lock @@ -2442,7 +2442,7 @@ dependencies = [ [[package]] name = "zetch" -version = "0.0.15" +version = "0.0.16" dependencies = [ "bitbazaar", "chrono", diff --git a/py_rust/Cargo.toml b/py_rust/Cargo.toml index aab02e2..a601c74 100644 --- a/py_rust/Cargo.toml +++ b/py_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zetch" -version = "0.0.15" +version = "0.0.16" edition = "2021" readme = "README.md" license = "MIT" diff --git a/setup.cfg b/setup.cfg index b1d5031..513745c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = zetch_pre_commit -version = 0.0.15 +version = 0.0.16 description = Setup for the pre commit hooks [options] packages = find: install_requires = - zetch==0.0.15 + zetch==0.0.16 python_requires = >=3.8 [options.entry_points] diff --git a/zetch.config.toml b/zetch.config.toml index 7252655..01b3ba1 100644 --- a/zetch.config.toml +++ b/zetch.config.toml @@ -12,7 +12,7 @@ custom_extensions = [] commands = ["./dev_scripts/pkg.sh update_versions"] [context.static] -PY_RUST_VERSION = { value = "0.0.15" } +PY_RUST_VERSION = { value = "0.0.16" } [context.env] DEBUG = { default = true, coerce = "bool" }