Skip to content

Commit

Permalink
Update setup.py to include more python versions, correct version. (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kelley <distortedsignal@gmail.com>
  • Loading branch information
distortedsignal committed Feb 27, 2020
1 parent 476dccc commit d78b663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from setuptools import setup

version = '0.0.6'
version = '0.0.7'

with open('requirements.txt', 'r') as req_file, \
open('test_requirements.txt', 'r') as test_req_file, \
Expand Down Expand Up @@ -51,6 +51,7 @@
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit d78b663

Please sign in to comment.