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