diff --git a/python/interpret_community/__init__.py b/python/interpret_community/__init__.py index b93e8c5f..b9f8657f 100644 --- a/python/interpret_community/__init__.py +++ b/python/interpret_community/__init__.py @@ -32,8 +32,8 @@ def close_handler(): logger.removeHandler(handler) atexit.register(close_handler) -__name__ = "interpret_community" +__name__ = 'interpret_community' _major = '0' _minor = '14' -_patch = '0' +_patch = '1' __version__ = '{}.{}.{}'.format(_major, _minor, _patch)