Skip to content

Commit

Permalink
Merge pull request #9 from samstav/v1.1.1
Browse files Browse the repository at this point in the history
bump version to 1.1.1
  • Loading branch information
stavxyz committed Aug 13, 2014
2 parents 02222a8 + 09bdf90 commit 191a555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbrake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Client for sending python exceptions to airbrake.io
"""

__version__ = "1.1.0"
__version__ = "1.1.1"
__url__ = "https://github.com/airbrake/airbrake-python"
_notifier = {
'name': 'airbrake-python',
Expand Down

0 comments on commit 191a555

Please sign in to comment.