mirror of https://github.com/cool-RR/PySnooper.git
Bump version
This commit is contained in:
parent
e4483bc310
commit
3279c00b9e
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='PySnooper',
|
name='PySnooper',
|
||||||
version='0.0.7',
|
version='0.0.8',
|
||||||
author='Ram Rachum',
|
author='Ram Rachum',
|
||||||
author_email='ram@rachum.com',
|
author_email='ram@rachum.com',
|
||||||
description="A poor man's debugger for Python.",
|
description="A poor man's debugger for Python.",
|
||||||
|
|
Loading…
Reference in New Issue