Skip to content

Commit 5738cc2

Browse files
committed
new version 0.1.58
1 parent 1468bf1 commit 5738cc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildAndPublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

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

8787
needs:
8888
- build

python/src/deglib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .distances import Metric, FloatSpace
1111

1212

13-
__version__ = "0.1.57"
13+
__version__ = "0.1.58"
1414

1515

1616
__all__ = [

0 commit comments

Comments
 (0)