Skip to content

Commit

Permalink
chore: release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Jun 27, 2022
1 parent 92afb35 commit 5162ec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bugsplat-py-bugsplat
version = 1.0.2
version = 1.0.3
author = @bobbyg603
author_email = support@bugsplat.com
description = A Python package for sending Unhandled Exceptions to BugSplat
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='bugsplat',
version='1.0.2',
version='1.0.3',
description='A Python package for sending Unhandled Exceptions to BugSplat',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/bugsplat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A BugSplat integration for reporting Unhandled Exceptions in Python.
'''

__version__ = '1.0.2'
__version__ = '1.0.3'
__author__ = '@bobbyg603'
__credits__ = 'BugSplat'

Expand Down

0 comments on commit 5162ec2

Please sign in to comment.