From 9a024b85950eeedd364e2ce26307fd18aee87dae Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 5 Feb 2016 00:01:36 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a0d48301..6849c86f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# Heroku buildpack: Python +# Heroku Buildpack: Python  This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/). @@ -42,7 +42,7 @@ Specify a Runtime You can also provide arbitrary releases Python with a `runtime.txt` file. $ cat runtime.txt - python-3.5.0 + python-3.5.1 Runtime options include: -- GitLab