Shameless plug to readme

This commit is contained in:
Ram Rachum
2019-04-23 11:38:45 +03:00
parent 4419548374
commit d21fcb563f
2 changed files with 2 additions and 2 deletions

View File

@@ -93,4 +93,4 @@ Use `pip`:
Copyright (c) 2019 Ram Rachum, released under the MIT license.
I provide
[Development services in Python and Django](https://chipmunkdev.com) and I give workshops to teach people Python and related topics.
[Development services in Python and Django](https://chipmunkdev.com) and I [give Python workshops](http://pythonworkshops.co/) to teach people Python and related topics.

View File

@@ -5,7 +5,7 @@ import setuptools
setuptools.setup(
name='PySnooper',
version='0.0.9',
version='0.0.10',
author='Ram Rachum',
author_email='ram@rachum.com',
description="A poor man's debugger for Python.",