From d21fcb563f8cd528607999ade88f45dd501d36ef Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Tue, 23 Apr 2019 11:38:45 +0300 Subject: [PATCH] Shameless plug to readme --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.",