From 1f2b43dabbe6df3d2157db9c6d15563db5c78900 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 12:21:16 -0400 Subject: [PATCH] v0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cdc5ca0..7497889 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ URL = "https://github.com/kennethreitz/bake" EMAIL = "me@kennethreitz.org" AUTHOR = "Kenneth Reitz" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.6.1" +VERSION = "0.7.0" # What packages are required for this module to be executed? REQUIRED = ["click", "delegator.py", "pygments", "networkx"]