From ace4ed9cef4ce44d4daa11c2b8e631069822dd74 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Wed, 23 Dec 2020 02:21:05 +0100 Subject: [PATCH] 0.2.0 --- 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 f731f6b..383d87d 100644 --- a/better_exceptions/__init__.py +++ b/better_exceptions/__init__.py @@ -24,7 +24,7 @@ from .repl import interact, get_repl -__version__ = '0.2.3' +__version__ = '0.3.0' THEME = THEME.copy() # Users customizing the theme should not impact core