From 6a0a2e5637fb72f3c55e25d0e59811416f8525b6 Mon Sep 17 00:00:00 2001 From: Aleksei Kuznetcov Date: Sun, 15 Apr 2018 17:14:11 -0400 Subject: [PATCH] Update runtime python version from 3.6.4 to 3.6.5 --- {{cookiecutter.project_slug}}/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/runtime.txt b/{{cookiecutter.project_slug}}/runtime.txt index 5c453803..486fcce1 100644 --- a/{{cookiecutter.project_slug}}/runtime.txt +++ b/{{cookiecutter.project_slug}}/runtime.txt @@ -1 +1 @@ -python-3.6.4 +python-3.6.5