Skip to content

Commit 9426798

Browse files
committed
Bump version: 1.4.1 → 1.4.2
1 parent 079048b commit 9426798

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.4.1'
12+
__version__ = '1.4.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.4.1
2+
current_version = 1.4.2
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
ext_modules=cythonize([Extension('dtw._dtw_utils',
5454
sources=['dtw/_dtw_utils.pyx', 'dtw/dtw_core.c'])]),
5555
url='https://DynamicTimeWarping.github.io',
56-
version='1.4.1',
56+
version='1.4.2',
5757
zip_safe=False,
5858
)

0 commit comments

Comments
 (0)