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 1b8fc24 commit dbe4112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup
import io
setup(name='promo',
version='1.3.0',
version='1.3.1',
author='Tim Mahrt',
author_email='timmahrt@gmail.com',
url='https://github.com/timmahrt/ProMo',
Expand Down

0 comments on commit dbe4112

Please sign in to comment.