Skip to content

Commit

Permalink
Update version to 0.3.1. Fix setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzstern5 committed Feb 5, 2019
1 parent 2008738 commit 0664df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__VERSION__ = '0.3.0'
__VERSION__ = '0.3.1'

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as f:
Expand Down Expand Up @@ -37,7 +37,7 @@
'Flask-SocketIO',
'eventlet',
'socketIO-client',
'diskcache'
'diskcache',
'tcpping',
]

Expand Down

0 comments on commit 0664df9

Please sign in to comment.