Skip to content

Commit

Permalink
✨ pytest-socket, v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Jul 15, 2017
1 parent 464c2cc commit 410ce58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name='pytest-socket',
version='0.1.0',
version='0.2.0',
author='Mike Fiedler',
author_email='miketheman@gmail.com',
maintainer='Mike Fiedler',
Expand All @@ -32,6 +32,10 @@ def read(fname):
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 410ce58

Please sign in to comment.