diff --git a/setup.py b/setup.py index ef35f1e..6f16301 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.5.0" +VERSION = "0.6.0" # What packages are required for this module to be executed? REQUIRED = ["click", "delegator.py", "pygments", "networkx", "orderedset"]