We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079048b commit 9426798Copy full SHA for 9426798
dtw/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = """Toni Giorgino"""
11
__email__ = 'toni.giorgino@gmail.com'
12
-__version__ = '1.4.1'
+__version__ = '1.4.2'
13
14
# There are no comments in this package because it mirrors closely the R sources.
15
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.1
+current_version = 1.4.2
3
commit = True
4
tag = True
5
setup.py
@@ -53,6 +53,6 @@
53
ext_modules=cythonize([Extension('dtw._dtw_utils',
54
sources=['dtw/_dtw_utils.pyx', 'dtw/dtw_core.c'])]),
55
url='https://DynamicTimeWarping.github.io',
56
- version='1.4.1',
+ version='1.4.2',
57
zip_safe=False,
58
)
0 commit comments