We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e305a commit 351fa04Copy full SHA for 351fa04
dtw/__init__.py
@@ -9,7 +9,7 @@
9
10
__author__ = """Toni Giorgino"""
11
__email__ = 'toni.giorgino@gmail.com'
12
-__version__ = '1.6.0'
+__version__ = '1.7.0'
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.6.0
+current_version = 1.7.0
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.6.0",
+ version="1.7.0",
24
zip_safe=False,
25
)
0 commit comments