We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cce840 commit 5f8fccfCopy full SHA for 5f8fccf
dtw/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = """Toni Giorgino"""
11
__email__ = 'toni.giorgino@gmail.com'
12
-__version__ = '1.5.1'
+__version__ = '1.5.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.5.1
+current_version = 1.5.2
3
commit = True
4
tag = True
5
setup.py
@@ -20,6 +20,6 @@
20
force=True,
21
),
22
url="https://DynamicTimeWarping.github.io",
23
- version="1.5.1",
+ version="1.5.2",
24
zip_safe=False,
25
)
0 commit comments