Skip to content

Commit

Permalink
Verifying support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
timmahrt committed Dec 8, 2019
1 parent 6eec30a commit 6f78e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install coveralls
script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from distutils.core import setup
import io
setup(name='lmeds',
version='2.5.3',
version='2.5.4',
author='Tim Mahrt',
author_email='timmahrt@gmail.com',
package_dir={'lmeds': 'lmeds'},
Expand Down

0 comments on commit 6f78e2c

Please sign in to comment.