From 415a49b88bce9b77510bac9aa2f69355cd785ed6 Mon Sep 17 00:00:00 2001 From: Jiayu Liu <jiayu@hey.com> Date: Mon, 29 Jan 2024 19:28:28 +0800 Subject: [PATCH] release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4942c33..a95f785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surya" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Surya is a multilingual document OCR toolkit, original implementation in Python and PyTorch" license = "Apache 2.0"