nlparrot

natural language processing server
Log | Files | Refs | README | LICENSE

commit f3456b7cfd08a3546481abf80cba537d1402bb40
parent 9c35e992819a90ea42dd403ff25342c9597ae37c
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sat, 14 Oct 2023 11:33:32 +0200

increase version to 0.0.6

Diffstat:
Mpyproject.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nlparrot" -version = "0.0.5" +version = "0.0.6" dependencies = [ 'classla', 'pyphen',