From 5cfcc2b2c10935e16a81675559ef4b91c8935695 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Sep 2019 15:45:31 -0400 Subject: [PATCH] v0.8.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14fb456..6b996c5 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.8.2" +VERSION = "0.8.3" # What packages are required for this module to be executed? REQUIRED = ["click", "delegator.py", "pygments", "networkx"]