Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 7, 2022
1 parent c909c6f commit ba71b03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.6.1 (2022-12-07)
### Fix
* Exporting types for Proof and ProofStep ([`c909c6f`](https://github.com/chanind/tensor-theorem-prover/commit/c909c6f281433c94f76707be34be91909807e243))

## v0.6.0 (2022-12-05)
### Feature
* Allow providing extra knowledge when proving ([`f1e53c8`](https://github.com/chanind/tensor-theorem-prover/commit/f1e53c8a4d782f256e640646f3f78c6423bb9857))
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 = "tensor-theorem-prover"
version = "0.6.0"
version = "0.6.1"
description = "Customizable first-order logic theorem prover supporting approximate vector similarity in unification"
license = "MIT"
readme = "README.md"
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.6.0"
__version__ = "0.6.1"

from .prover import ResolutionProver, Proof, ProofStep

Expand Down

0 comments on commit ba71b03

Please sign in to comment.