Skip to content

Commit 3de520d

Browse files
committed
Merge branch 'release/0.4.1'
2 parents eb3b0c9 + 67a6016 commit 3de520d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: python
33
python:
4-
- '3.2'
5-
- '3.3'
64
- '3.4'
75
- '3.5'
86
- '3.6'

pyemd/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""PyEMD metadata"""
66

77
__title__ = 'pyemd'
8-
__version__ = '0.4.0'
8+
__version__ = '0.4.1'
99
__description__ = ("A Python wrapper for Ofir Pele and Michael Werman's "
1010
"implementation of the Earth Mover's Distance.")
1111
__author__ = 'Will Mayner'

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def no_cythonize(extensions, **_ignore):
100100
'License :: OSI Approved :: MIT License',
101101
'Programming Language :: Python',
102102
'Programming Language :: Python :: 3',
103-
'Programming Language :: Python :: 3.2',
104-
'Programming Language :: Python :: 3.3',
105103
'Programming Language :: Python :: 3.4',
106104
'Programming Language :: Python :: 3.5',
107105
'Programming Language :: Python :: 3.6'

0 commit comments

Comments
 (0)