Skip to content

Commit 394b6b3

Browse files
committed
Merge branch 'release/0.1.1'
2 parents ed19899 + e5677fa commit 394b6b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.0'
53+
__version__ = '0.1.1'
5454
__author__ = 'Will Mayner'
5555
__author_email__ = 'wmayner@gmail.com'
5656
__author_website__ = 'http://willmayner.com'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def finalize_options(self):
2323

2424
setup(
2525
name='pyemd',
26-
version='0.1.0',
26+
version='0.1.1',
2727
description=("A Python wrapper for Ofir Pele and Michael Werman's " +
2828
"implementation of the Earth Mover's Distance."),
2929
long_description=readme,
@@ -46,5 +46,6 @@ def finalize_options(self):
4646
'Programming Language :: Python',
4747
'Programming Language :: Python :: 3',
4848
'Programming Language :: Python :: 3.3'
49+
'Programming Language :: Python :: 3.4'
4950
),
5051
)

0 commit comments

Comments
 (0)