Skip to content

Commit

Permalink
Changed version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerv committed Jul 31, 2024
1 parent 928acd7 commit 38357d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ Images
tme/temp
doc/compileApiReference.sh
public
tme/matching_backend.py
doc/_build
doc/reference/api
tme/package.py
tme/tests/test_packaging.py
tme/scoring.py
tme/backends/_jax_utils.py
scripts/match_template_devel.py
scripts/match_template_filters.py
scripts/refine_matches.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name="pytme"
authors = [
{ name = "Valentin Maurer", email = "[email protected]" },
]
version="0.2.1"
version="0.2.2"
description="Python Template Matching Engine"
readme="README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion tme/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit 38357d0

Please sign in to comment.