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