Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Dec 6, 2024
1 parent 0ced6ad commit 3b43ff4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
command: build
sccache: true
args: --release -o dist -i 3.11 3.12
maturin-version: v1.7.5
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions 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,7 +1,7 @@
[package]
edition = "2021"
name = "tzfpy"
version = "0.16.1"
version = "0.16.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Issues = "https://github.com/ringsaturn/tzfpy/issues"
dev = [
"ruff==0.8.1",
"citiespy>=0.6.6",
"maturin==1.7.7",
"maturin==1.7.8",
"pytest>=8.3.3",
"pytest-benchmark>=5.1.0",
"pytest-cov>=6.0.0",
Expand Down
32 changes: 16 additions & 16 deletions uv.lock

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

0 comments on commit 3b43ff4

Please sign in to comment.