Skip to content

Commit 580b35e

Browse files
committed
📦chore(release): Version bump: v0.1.0 → v0.1.1
1 parent d3c30b1 commit 580b35e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0"
3+
version = "0.1.1"
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.0"
1+
__version__ = "0.1.1"
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,6 +1,6 @@
11
[package]
22
name = "werx_rust" # <-- Rust crate name
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
resolver = "2" # <-- Avoid compiling unnecessary features from dependencies.
66

0 commit comments

Comments
 (0)