From eb056bc58d9c0e9b9dc749797a1aded447e5cf55 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 23 Mar 2017 18:22:07 -0400
Subject: [PATCH] python-3.6.1

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b2e8aa2a..c8df9415 100644
--- a/README.md
+++ b/README.md
@@ -46,11 +46,11 @@ Specify a Python Runtime
 Specific versions of the Python runtime can be specified with a `runtime.txt` file:
 
     $ cat runtime.txt
-    python-3.6.0
+    python-3.6.1
 
 Runtime options include:
 
 - `python-2.7.13`
-- `python-3.6.0`
+- `python-3.6.1`
 - `pypy-5.7.0` (unsupported, experimental)
 - `pypy3-5.5.0` (unsupported, experimental)
-- 
GitLab