From a7e088770fa4ac4fbc04ae0c0f553628de6dde9b Mon Sep 17 00:00:00 2001 From: marcosschroh Date: Mon, 25 Nov 2019 19:08:55 +0100 Subject: [PATCH] Bump version -> v0.9.0 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc9e153..a3035cd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Cookiecutter Faust Features --------- -* For Faust 1.7.0 +* For Faust 1.9.0 * Python 3.7 * Docker and docker-compose support * Useful commands included in Makefile diff --git a/setup.py b/setup.py index 9ca5561..1ca7161 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup -__version__ = "0.8.2" +__version__ = "0.9.0" with open("README.md") as readme_file: long_description = readme_file.read()