Skip to content

Commit 5f8fccf

Browse files
committed
Bump version: 1.5.1 → 1.5.2
1 parent 6cce840 commit 5f8fccf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dtw/__init__.py

+1-1
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.5.1'
12+
__version__ = '1.5.2'
1313

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.1
2+
current_version = 1.5.2
33
commit = True
44
tag = True
55

setup.py

+1-1
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.5.1",
23+
version="1.5.2",
2424
zip_safe=False,
2525
)

0 commit comments

Comments
 (0)