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 6, 2024
1 parent 25b6307 commit 8b54dda
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
required: false
default: false
py_rust_version:
description: "Rust-backed Python Version (now 0.0.8)"
default: "0.0.8"
description: "Rust-backed Python Version (now 0.0.9)"
default: "0.0.9"

jobs:
commit_versions:
Expand Down
10 changes: 5 additions & 5 deletions .zetch.lock

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

30 changes: 15 additions & 15 deletions 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
Expand Up @@ -64,7 +64,7 @@ license = 'MIT'
name = 'zetch'
publish = false
readme = 'README.md'
version = '0.0.8'
version = '0.0.9'

[profile]

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.8
version = 0.0.9
description = Setup for the pre commit hooks

[options]
packages = find:
install_requires =
zetch==0.0.8
zetch==0.0.9
python_requires = >=3.8

[options.entry_points]
Expand Down

0 comments on commit 8b54dda

Please sign in to comment.