We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc08e5 commit 4e5fda9Copy full SHA for 4e5fda9
mocket/__init__.py
@@ -7,4 +7,4 @@
7
8
__all__ = (mocketize, Mocket, MocketEntry)
9
10
-__version__ = '2.0.0'
+__version__ = '2.1.0'
setup.py
@@ -40,9 +40,7 @@ def read_version(package):
40
setup(
41
name=package_name,
42
version=read_version(package_name),
43
- # author='Andrea de Marco, Giorgio Salluzzo',
44
author='Giorgio Salluzzo',
45
- # author_email='24erre@gmail.com, giorgio.salluzzo@gmail.com',
46
author_email='giorgio.salluzzo@gmail.com',
47
url='https://github.com/mindflayer/python-mocket',
48
description='Socket Mock Framework - for all kinds of socket animals, web-clients included - \
0 commit comments