Skip to content

Commit

Permalink
oops forgot to bump version in code
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Jul 11, 2016
1 parent c35549f commit b9fb581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntfy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
from importlib import import_module

__version__ = '2.0.3'
__version__ = '2.0.4'


def notify(message, title, config=None, **kwargs):
Expand Down

0 comments on commit b9fb581

Please sign in to comment.