Skip to content

Commit 82e27d2

Browse files
committed
📦chore(release): Version bump: v0.1.1 → v0.1.2
1 parent 6e5d67d commit 82e27d2

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "werx"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A high-performance Python package for calculating Word Error Rate (WER), powered by Rust."
55
readme = "README.md"
66
authors = [

src/werx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"
22
from .wer import wer
33

44
__all__ = ["wer"]

uv.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

werx-core/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

werx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
#name = "werx_rust" # <-- Rust crate name
33
name = "werx" # <-- Rust crate name
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2021"
66
resolver = "2" # <-- Avoid compiling unnecessary features from dependencies.
77

0 commit comments

Comments
 (0)