File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def finalize_options(self):
2323
2424setup (
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)
You can’t perform that action at this time.
0 commit comments