From 84c99e9573ab522168b12c49da4db1130e36124d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 14:10:44 -0400 Subject: [PATCH] v0.2.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a427ea0..ff4c00c 100644 --- a/setup.py +++ b/setup.py @@ -18,10 +18,10 @@ URL = "https://github.com/kennethreitz/bake" EMAIL = "me@kennethreitz.org" AUTHOR = "Kenneth Reitz" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.2.0" +VERSION = "0.2.1" # What packages are required for this module to be executed? -REQUIRED = ["click", "delegator.py", "pygments", "appdirs"] +REQUIRED = ["click", "delegator.py", "pygments"] # What packages are optional? EXTRAS = {