Skip to content

Commit

Permalink
Weeks, Mike: bahaha, you gotta add the exclamation!
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarrarom committed Apr 23, 2021
1 parent 48a7740 commit a460a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='fancy-jira',
version='0.0.1',
version='0.0.2',
author='Gui Martins',
url='https://fancywhale.ca/',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion shared_functions/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Sorry(Exception):
def __init__(self, message):
self.args = ('Oh hey dere! Sorry bud, but ' + message,)
self.args = ('Oh hey dere! Sorry bud, but ' + message + '!',)

0 comments on commit a460a4b

Please sign in to comment.