From f20e1140d7f3560152fd45ce43bddd89a6e0711b Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Wed, 6 May 2020 12:17:45 -0500 Subject: [PATCH] Version 1.4.0 (#37) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8872890..27cf1132 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ pip install functions-framework Or, for deployment, add the Functions Framework to your `requirements.txt` file: ``` -functions-framework==1.4.0rc1 +functions-framework==1.4.0 ``` # Quickstart: Hello, World on your local machine diff --git a/setup.py b/setup.py index 3642852a..d5c3eba0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="functions-framework", - version="1.4.0rc1", + version="1.4.0", description="An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team.", long_description=long_description, long_description_content_type="text/markdown",