Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinstn committed Oct 15, 2024
1 parent 0e70f74 commit 4fc4954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, self-hosted]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os: self-hosted
python-version: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "natsort-rs"
description = "A blazing fast natural sorting library for Python"
version = "0.1.12"
version = "0.1.13"
edition = "2021"
repository = "https://github.com/valentinstn/natsort-rs"
license_file = "LICENSE"
Expand Down

0 comments on commit 4fc4954

Please sign in to comment.