Skip to content

Commit

Permalink
v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Sep 21, 2020
1 parent ba052e7 commit 34214fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: v${{ github.event.release.tag_name }}
branch: master
2 changes: 1 addition & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nnsplit",
"version": "0.4.5",
"version": "0.4.9",
"description": "Fast, robust sentence splitting with bindings for Python, Rust and Javascript.",
"main": "nnsplit.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.build.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# also change Cargo.toml when changing this file, workaround for package name and extension-module
[package]
name = "nnsplit"
version = "0.4.5-post0"
version = "0.4.9-post0"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# also change Cargo.build.toml when changing this file, workaround for package name and extension-module
[package]
name = "nnsplit-python"
version = "0.4.5"
version = "0.4.9"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion nnsplit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nnsplit"
version = "0.4.5"
version = "0.4.9"
authors = ["Benjamin Minixhofer <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 34214fa

Please sign in to comment.