Skip to content

Commit

Permalink
Bump to version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
clarete committed Mar 31, 2013
1 parent 4fa66cb commit e7eccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .api import log, handler, external_handler, BaseEvent # pyflakes: ignore


__version__ = '0.0.8'
__version__ = '0.0.9'

__all__ = (
'BaseEvent', 'handler', 'external_handler', 'log',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if __name__ == '__main__':
setup(
name="eventlib",
version='0.0.8',
version='0.0.9',
description=(
u'Library to make it easy to track events in python/django apps'),
author=u'Lincoln de Sousa',
Expand Down

0 comments on commit e7eccb3

Please sign in to comment.