From 5058e06b13d095017518822f951f3006d46bb698 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 5 Oct 2022 19:01:36 +0000 Subject: [PATCH] 0.9.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ openpecha/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ad80e0..921210df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.9.1 (2022-10-05) +### Fix +* **hocr-parser:** Fix documentation ([`b7b6e95`](https://github.com/OpenPecha/Toolkit/commit/b7b6e95235181d3833acbdce39f5eee8c5dbc7fc)) +* **hocr-parser:** Add documentation and a bug fix ([`cc5ffd8`](https://github.com/OpenPecha/Toolkit/commit/cc5ffd8a269e585cb9bace4d64abcf896a81dc94)) + ## v0.9.0 (2022-10-05) ### Feature * **hocr:** Parser base code implemented ([`e7ccec4`](https://github.com/OpenPecha/Toolkit/commit/e7ccec401792ea84af7ff6df9948a618dbd7a29b)) diff --git a/openpecha/__init__.py b/openpecha/__init__.py index 83e007ae..0c22bc60 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.9.0" +__version__ = "0.9.1"