From 3e302fe0d0b6fb3af4375a54aa1df4e0a1e816a1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Nov 2022 10:05:56 +0000 Subject: [PATCH] 0.9.14 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ openpecha/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069c423e..d495fc10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.9.14 (2022-11-30) +### Fix +* Replace AnnType with LayerEnum ([`6a995fc`](https://github.com/OpenPecha/Toolkit/commit/6a995fc2db40c6f9a7714c3c19523bab84955bc6)) + ## v0.9.13 (2022-11-30) ### Fix * Replace AnnType with LayerEnum ([`e0feb81`](https://github.com/OpenPecha/Toolkit/commit/e0feb817c3c3f90b02aa3253adabb875c6a8f5e9)) diff --git a/openpecha/__init__.py b/openpecha/__init__.py index fd7e61d9..ae89deff 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.9.13" +__version__ = "0.9.14"