Skip to content

Commit

Permalink
chore: bump package versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 26, 2024
1 parent e464e66 commit c9408c7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
default: false
py_rust_version:
description: Rust-backed Python Version
default: 0.0.12
default: 0.0.13

jobs:
commit_versions:
Expand Down
12 changes: 6 additions & 6 deletions .zetch.lock

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

2 changes: 1 addition & 1 deletion py_rust/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 py_rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zetch"
version = "0.0.12"
version = "0.0.13"
edition = "2021"
readme = "README.md"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[metadata]
name = zetch_pre_commit
version = 0.0.12
version = 0.0.13
description = Setup for the pre commit hooks

[options]
packages = find:
install_requires =
zetch==0.0.12
zetch==0.0.13
python_requires = >=3.8

[options.entry_points]
Expand Down
2 changes: 1 addition & 1 deletion zetch.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ custom_extensions = []
commands = ["./dev_scripts/pkg.sh update_versions"]

[context.static]
PY_RUST_VERSION = { value = "0.0.12" }
PY_RUST_VERSION = { value = "0.0.13" }

[context.env]
DEBUG = { default = true, coerce = "bool" }
Expand Down

0 comments on commit c9408c7

Please sign in to comment.