From 6f78e2cedb23974576fdb64a323c8f302e93c2b0 Mon Sep 17 00:00:00 2001 From: Tim Mahrt Date: Sun, 8 Dec 2019 17:02:09 +0900 Subject: [PATCH] Verifying support for python 3.8 --- .travis.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 284f8a3..5f13803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" install: - pip install coveralls script: diff --git a/setup.py b/setup.py index 8658e4e..8c387a1 100644 --- a/setup.py +++ b/setup.py @@ -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'},