From d5f56d81360fce4737e73e2efb08f0990510aa6f Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Thu, 10 Jan 2019 15:17:39 +0100 Subject: [PATCH] 0.2.2 --- better_exceptions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/better_exceptions/__init__.py b/better_exceptions/__init__.py index 9a11b7a..de27da1 100644 --- a/better_exceptions/__init__.py +++ b/better_exceptions/__init__.py @@ -24,7 +24,7 @@ from .repl import interact, get_repl -__version__ = '0.2.1' +__version__ = '0.2.2' THEME = THEME.copy() # Users customizing the theme should not impact core