Skip to content

Commit

Permalink
0.13.3
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 65839da commit cfd0af1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.3 (2023-01-27)
### Fix
* Bump for deploy ([`65839da`](https://github.com/chanind/tensor-theorem-prover/commit/65839da18e7fedf3c562218aef325d6498ce2755))

## v0.13.2 (2023-01-27)
### Fix
* Try creating an empty dist/ during semantic release ([`8e79326`](https://github.com/chanind/tensor-theorem-prover/commit/8e793264b69bc33b8f0f842016983866adb0b6bd))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tensor_theorem_prover"
version = "0.13.2"
version = "0.13.3"
edition = "2021"

[lib]
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.2"
version = "0.13.3"
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.2"
version = "0.13.3"
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.2"
__version__ = "0.13.3"

from .prover import ResolutionProver, Proof, ProofStep, ProofStats

Expand Down

0 comments on commit cfd0af1

Please sign in to comment.