Skip to content

Commit 26ccc18

Browse files
committed
Bump version to 0.2.0
1 parent 45e6a49 commit 26ccc18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyemd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"""
5151

5252
__title__ = 'pyemd'
53-
__version__ = '0.1.1'
53+
__version__ = '0.2.0'
5454
__author__ = 'Will Mayner'
5555
__author_email__ = 'wmayner@gmail.com'
5656
__author_website__ = 'http://willmayner.com'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def no_cythonize(extensions, **_ignore):
5252

5353
setup(
5454
name='pyemd',
55-
version='0.1.1',
55+
version='0.2.0',
5656
description=("A Python wrapper for Ofir Pele and Michael Werman's " +
5757
"implementation of the Earth Mover's Distance."),
5858
long_description=readme,

0 commit comments

Comments
 (0)