Skip to content

Commit

Permalink
Bump version: 1.4.2 → 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tonigi committed May 18, 2024
1 parent 179e8e7 commit e30a543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dtw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = """Toni Giorgino"""
__email__ = '[email protected]'
__version__ = '1.4.2'
__version__ = '1.4.3'

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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.2
current_version = 1.4.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
ext_modules=cythonize([Extension('dtw._dtw_utils',
sources=['dtw/_dtw_utils.pyx', 'dtw/dtw_core.c'])]),
url='https://DynamicTimeWarping.github.io',
version='1.4.2',
version='1.4.3',
zip_safe=False,
)

0 comments on commit e30a543

Please sign in to comment.