Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 7, 2024
1 parent 1146734 commit 63c9426
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion amr_logic_converter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.3"
__version__ = "0.11.3"

from .AmrLogicConverter import AmrLogicConverter
from .types import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 63c9426

Please sign in to comment.