Skip to content

Commit

Permalink
Bump version -> v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Nov 25, 2019
1 parent db2e01a commit a7e0887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a7e0887

Please sign in to comment.