Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 23, 2022
1 parent c01f016 commit 829689e
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.2.2 (2022-10-23)
### Fix
* Adding py.typed file ([`c01f016`](https://github.com/chanind/tensor-theorem-prover/commit/c01f01604cc48c1f2f1fede77e1f6d8ad08bb189))

## v0.2.1 (2022-10-23)
### Fix
* Adding typing_extensions dep explicitly ([`58e8340`](https://github.com/chanind/tensor-theorem-prover/commit/58e83401e64887635727c7db1ff508c47e4f826d))
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.2.1"
version = "0.2.2"
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.2.1"
__version__ = "0.2.2"

from .prover.ResolutionProver import ResolutionProver

Expand Down

0 comments on commit 829689e

Please sign in to comment.