Skip to content

Commit cac1753

Browse files
committed
📦chore(release): Version bump: v0.1.2 → v0.1.3
1 parent 874d36e commit cac1753

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2"
3+
version = "0.1.3"
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.2"
1+
__version__ = "0.1.3"
22
from .wer import wer
33

44
__all__ = ["wer"]

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.2"
4+
version = "0.1.3"
55
edition = "2021"
66
resolver = "2" # <-- Avoid compiling unnecessary features from dependencies.
77

0 commit comments

Comments
 (0)