Skip to content

Commit

Permalink
new version 0.1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemi committed Aug 20, 2024
1 parent 1468bf1 commit 5738cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

pypi-publish:
runs-on: "ubuntu-latest"
if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main"
if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main'"

needs:
- build
Expand Down
2 changes: 1 addition & 1 deletion python/src/deglib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .distances import Metric, FloatSpace


__version__ = "0.1.57"
__version__ = "0.1.58"


__all__ = [
Expand Down

0 comments on commit 5738cc2

Please sign in to comment.