From a96e1c0445bc2d151b362b0746fc7d7c29468d01 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 07:58:30 -0400 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4775f8..7107df2 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.11.0" +VERSION = "0.12.0" # What packages are required for this module to be executed? REQUIRED = ["click", "delegator.py", "pygments", "networkx", "colorama"]