-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
612979b
commit 12d648f
Showing
6 changed files
with
13 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# only difference between this and Cargo.toml must be in: package.name, package.version, lib.name, lib.crate-type, workspace, dependencies.pyo3 | ||
[package] | ||
name = "nnsplit" | ||
version = "0.5.8-post0" | ||
version = "0.5.9-post0" | ||
authors = ["Benjamin Minixhofer <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.5.8" | ||
version = "0.5.9" | ||
authors = ["Benjamin Minixhofer <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "nnsplit" | ||
version = "0.5.8" | ||
version = "0.5.9" | ||
authors = ["Benjamin Minixhofer <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
de,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/de/ | ||
en,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/en/ | ||
tr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/tr/ | ||
fr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/fr/ | ||
no,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/no/ | ||
sv,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/sv/ | ||
zh,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/zh/ | ||
ru,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/ru/ | ||
uk,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.8/models/uk/ | ||
de,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/de/ | ||
en,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/en/ | ||
tr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/tr/ | ||
fr,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/fr/ | ||
no,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/no/ | ||
sv,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/sv/ | ||
zh,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/zh/ | ||
ru,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/ru/ | ||
uk,https://raw.githubusercontent.com/bminixhofer/nnsplit/0.5.9/models/uk/ |