We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2350d commit 8fa00a7Copy full SHA for 8fa00a7
better_exceptions/__init__.py
@@ -22,7 +22,7 @@
22
from .repl import interact, get_repl
23
24
25
-__version__ = '0.3.3'
+__version__ = '0.4.0'
26
27
28
THEME = THEME.copy() # Users customizing the theme should not impact core
setup.py
@@ -57,7 +57,7 @@ def run(self):
57
version = version,
58
description = 'Pretty and helpful exceptions, automatically',
59
author = 'Josh Junon',
60
- author_email = 'josh@junon.me',
+ author_email = 'pypi@josh.junon.me',
61
url = 'https://github.com/qix-/better-exceptions',
62
download_url = 'https://github.com/qix-/better-exceptions/archive/{}.tar.gz'.format(version),
63
license = 'MIT',
0 commit comments