Skip to content

Commit

Permalink
Prepare 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vtitor committed Apr 30, 2018
1 parent 9f59fce commit a0d1728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pytest-twisted - test twisted code with pytest
|PyPI| |Pythons| |Travis| |AppVeyor|

:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
:Version: 1.7.1
:Date: 2018-03-08
:Version: 1.8
:Date: 2018-05-01
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
:Code: https://github.com/pytest-dev/pytest-twisted

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='pytest-twisted',
version='1.7.1',
version='1.8',
description='A twisted plugin for py.test.',
long_description=open("README.rst").read(),
long_description=open('README.rst').read(),
author='Ralf Schmitt, Kyle Altendorf, Victor Titor',
author_email='[email protected]',
url='https://github.com/pytest-dev/pytest-twisted',
py_modules=['pytest_twisted'],
install_requires=["greenlet", "pytest>=2.3", "decorator"],
install_requires=['greenlet', 'pytest>=2.3', 'decorator'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit a0d1728

Please sign in to comment.