From 63c9426cdb627bc00639f3e8a5132c0eb7a4a0e4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 7 Aug 2024 22:42:21 +0000 Subject: [PATCH] 0.11.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ amr_logic_converter/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d42dcf..b029248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.11.3 (2024-08-07) + +### Fix + +* fix: fixing semantic release config ([`1146734`](https://github.com/chanind/amr-logic-converter/commit/11467342207aae9361a3faacf2dd45a96a13e968)) + + ## v0.11.2 (2024-08-07) ### Fix diff --git a/amr_logic_converter/__init__.py b/amr_logic_converter/__init__.py index e0b6b95..5b6ca21 100644 --- a/amr_logic_converter/__init__.py +++ b/amr_logic_converter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.10.3" +__version__ = "0.11.3" from .AmrLogicConverter import AmrLogicConverter from .types import ( diff --git a/pyproject.toml b/pyproject.toml index 2bf7add..9c1b98a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amr-logic-converter" -version = "0.10.3" +version = "0.11.3" description = "Convert Abstract Meaning Representation (AMR) into first-order logic" license = "MIT" readme = "README.md"