Skip to content

Commit ee59cac

Browse files
committed
Bump version: 1.7.4 → 1.7.5
1 parent 4a8d7f0 commit ee59cac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.7.4"
2+
current_version = "1.7.5"
33
commit = true
44
tag = true
55

dtw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = """Toni Giorgino"""
1111
__email__ = 'toni.giorgino@gmail.com'
12-
__version__ = '1.7.4'
12+
__version__ = '1.7.5'
1313

1414
# There are no comments in this package because it mirrors closely the R sources.
1515

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
force=True,
2121
),
2222
url="https://DynamicTimeWarping.github.io",
23-
version="1.7.4",
23+
version="1.7.5",
2424
zip_safe=False,
2525
)

0 commit comments

Comments
 (0)