Skip to content

Commit

Permalink
0.13.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 27, 2023
1 parent 36089b1 commit 9e3c023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.13.1 (2023-01-27)
### Fix
* Tweak job syntax to run on all tags ([`36089b1`](https://github.com/chanind/tensor-theorem-prover/commit/36089b19361a4e24890e3b074ec10890fccb47fb))

## v0.13.0 (2023-01-27)
### Feature
* Ignore build step in semantic-release ([`0ed0c35`](https://github.com/chanind/tensor-theorem-prover/commit/0ed0c358c742853dc31ecf450bd7816e9a2d7a39))
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tensor-theorem-prover"
version = "0.13.0"
version = "0.13.1"
description = "Customizable first-order logic theorem prover supporting approximate vector similarity in unification"
license = "MIT"
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ keywords = ["theorem-proving", "logic", "first-order", "unification", "reasoning

[project]
name = "tensor-theorem-prover"
version = "0.13.0"
version = "0.13.1"
description = "Customizable first-order logic theorem prover supporting approximate vector similarity in unification"
license = { text = "MIT" }
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion tensor_theorem_prover/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.13.0"
__version__ = "0.13.1"

from .prover import ResolutionProver, Proof, ProofStep, ProofStats

Expand Down

0 comments on commit 9e3c023

Please sign in to comment.