py: update crate metadata

This commit is contained in:
Dirkjan Ochtman 2021-05-28 15:20:28 +02:00
parent 7214ffc126
commit 89c232e3af
1 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,15 @@
[package]
name = "instant-segment-py"
version = "0.1.1"
version = "0.1.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"
license = "Apache-2.0"
workspace = ".."
description = "Fast English word segmentation"
homepage = "https://github.com/InstantDomainSearch/instant-segment"
repository = "https://github.com/InstantDomainSearch/instant-segment"
documentation = "https://docs.rs/instant-segment"
readme = "../README.md"
[lib]
name = "instant_segment"