Skip to content

Commit 8fa00a7

Browse files
committed
0.4.0
1 parent db2350d commit 8fa00a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

better_exceptions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from .repl import interact, get_repl
2323

2424

25-
__version__ = '0.3.3'
25+
__version__ = '0.4.0'
2626

2727

2828
THEME = THEME.copy() # Users customizing the theme should not impact core

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(self):
5757
version = version,
5858
description = 'Pretty and helpful exceptions, automatically',
5959
author = 'Josh Junon',
60-
author_email = 'josh@junon.me',
60+
author_email = 'pypi@josh.junon.me',
6161
url = 'https://github.com/qix-/better-exceptions',
6262
download_url = 'https://github.com/qix-/better-exceptions/archive/{}.tar.gz'.format(version),
6363
license = 'MIT',

0 commit comments

Comments
 (0)