From e40a4d4368b0fe8f916cb48b0d67f12b3f5f8b8e Mon Sep 17 00:00:00 2001 From: Yohei Tamura Date: Tue, 2 Feb 2021 00:07:35 +0900 Subject: [PATCH] [versionup] 0.7.2 -> 0.8.0 --- python/Cargo.toml | 2 +- python/pyproject.toml | 2 +- python/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index a4dcb70..e39e0d4 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pytokenizations" -version = "0.7.2" +version = "0.8.0" authors = ["Yohei Tamura "] edition = "2018" diff --git a/python/pyproject.toml b/python/pyproject.toml index 77c7c71..f80f470 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,7 +10,7 @@ tag_prefix = "python/" [tool.poetry] name = "pytokenizations" -version = "0.7.2" +version = "0.8.0" description = "" authors = [ "Yohei Tamura ",] [[tool.poetry.packages]] diff --git a/python/src/lib.rs b/python/src/lib.rs index 635774e..88f7eb1 100644 --- a/python/src/lib.rs +++ b/python/src/lib.rs @@ -4,7 +4,7 @@ use tokenizations::{get_alignments, get_charmap, get_original_spans, Alignment, #[pymodule] fn tokenizations(_py: Python, m: &PyModule) -> PyResult<()> { - m.add("__version__", "0.7.2")?; + m.add("__version__", "0.8.0")?; #[pyfn(m, "get_alignments")] pub fn get_alignments_py(