Browse Source

Release 0.8.1

pull/14/head v0.8.1
Miguel Grinberg 9 years ago
parent
commit
12dfcf860c
  1. 3
      setup.py

3
setup.py

@ -12,7 +12,7 @@ with open('README.rst', 'r') as f:
setup( setup(
name='python-socketio', name='python-socketio',
version='0.8.0', version='0.8.1',
url='http://github.com/miguelgrinberg/python-socketio/', url='http://github.com/miguelgrinberg/python-socketio/',
license='MIT', license='MIT',
author='Miguel Grinberg', author='Miguel Grinberg',
@ -29,7 +29,6 @@ setup(
], ],
tests_require=[ tests_require=[
'mock', 'mock',
'pbr<1.7.0', # temporary, to workaround bug in 1.7.0
], ],
test_suite='tests', test_suite='tests',
classifiers=[ classifiers=[

Loading…
Cancel
Save