Skip to content

Commit 9b2f44a

Browse files
committed
version bumps
1 parent c6953fc commit 9b2f44a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.

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.6"
3+
version = "1.0.9"
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.6",
3+
"version": "1.0.9",
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.6"
3+
version = "0.1.9"
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.6"
3+
version = "1.0.9"
44
requires-python = ">=3.10"
55
description = "Sentence segmenter that supports ~300 languages"
66
authors = [{name = "Santhosh Thottingal", email = "santhosh.thottingal@gmail.com"}]

0 commit comments

Comments
 (0)