Skip to content

Commit 6f3bccc

Browse files
committed
consistant version bumps
1 parent 601d855 commit 6f3bccc

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentencex"
3-
version = "0.1.2"
3+
version = "0.1.4"
44
edition = "2024"
55
description = "Sentence segmentation library with wide language support optimized for speed and utility."
66
authors = ["Santhosh Thottingal <santhosh.thottingal@gmail.com>"]

bindings/nodejs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentencex-js"
3-
version = "1.0.2"
3+
version = "1.0.4"
44
edition = "2024"
55
description = "Sentence segmentation library with wide language support optimized for speed and utility."
66
authors = ["Santhosh Thottingal <santhosh.thottingal@gmail.com>"]

bindings/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentencex",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "sentence segmentation library",
55
"type": "module",
66
"main": "index.cjs",

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentencex-py"
3-
version = "0.1.1"
3+
version = "0.1.4"
44
edition = "2024"
55
description = "Sentence segmentation library with wide language support optimized for speed and utility."
66
authors = ["Santhosh Thottingal <santhosh.thottingal@gmail.com>"]

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sentencex"
3-
version = "1.0.2"
3+
version = "1.0.4"
44
requires-python = ">=3.10"
55
description = "Sentence segmenter that supports ~300 languages"
66
authors = [{name = "Santhosh Thottingal", email = "santhosh.thottingal@gmail.com"}]

bindings/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentencex-wasm"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
description = "Sentence segmentation library with wide language support optimized for speed and utility."
66
authors = ["Santhosh Thottingal <santhosh.thottingal@gmail.com>"]

0 commit comments

Comments
 (0)