Skip to content

Commit

Permalink
Bump up version number (with tag support)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt authored Sep 24, 2018
1 parent d05d9b2 commit 200781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphyte.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__all__ = ['Sender', 'init', 'send']

__version__ = '1.4'
__version__ = '1.5'

default_sender = None
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 200781c

Please sign in to comment.