diff --git a/README.md b/README.md index 3515932..b397002 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index fb483db..faf4c75 100644 --- a/setup.py +++ b/setup.py @@ -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.",