diff --git a/anyconfig/globals.py b/anyconfig/globals.py index a47bde50..32a01375 100644 --- a/anyconfig/globals.py +++ b/anyconfig/globals.py @@ -11,7 +11,7 @@ PACKAGE = "anyconfig" AUTHOR = "Satoru SATOH " -VERSION = "0.9.6" +VERSION = "0.9.7" LOGGER = anyconfig.init.getLogger(PACKAGE)