From 4674b40a961cdd9f7af7b54df0f5e230972ab850 Mon Sep 17 00:00:00 2001 From: Yohei Tamura Date: Tue, 2 Feb 2021 00:27:14 +0900 Subject: [PATCH] [versionup] 0.8.0 -> 0.8.1 --- 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 e39e0d4..cf43e15 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pytokenizations" -version = "0.8.0" +version = "0.8.1" authors = ["Yohei Tamura "] edition = "2018" diff --git a/python/pyproject.toml b/python/pyproject.toml index f80f470..0e934e1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,7 +10,7 @@ tag_prefix = "python/" [tool.poetry] name = "pytokenizations" -version = "0.8.0" +version = "0.8.1" description = "" authors = [ "Yohei Tamura ",] [[tool.poetry.packages]] diff --git a/python/src/lib.rs b/python/src/lib.rs index 4e38fc4..32e46ef 100644 --- a/python/src/lib.rs +++ b/python/src/lib.rs @@ -4,7 +4,7 @@ use tokenizations::{get_alignments, get_charmap, Alignment, CharMap}; #[pymodule] fn tokenizations(_py: Python, m: &PyModule) -> PyResult<()> { - m.add("__version__", "0.8.0")?; + m.add("__version__", "0.8.1")?; #[pyfn(m, "get_alignments")] pub fn get_alignments_py(