Skip to content

Commit

Permalink
Merge branch 'release/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Jan 6, 2017
2 parents eb3b0c9 + 67a6016 commit 3de520d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: python
python:
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
Expand Down
2 changes: 1 addition & 1 deletion pyemd/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""PyEMD metadata"""

__title__ = 'pyemd'
__version__ = '0.4.0'
__version__ = '0.4.1'
__description__ = ("A Python wrapper for Ofir Pele and Michael Werman's "
"implementation of the Earth Mover's Distance.")
__author__ = 'Will Mayner'
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def no_cythonize(extensions, **_ignore):
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
Expand Down

0 comments on commit 3de520d

Please sign in to comment.