Skip to content

Commit

Permalink
Bumps version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 18, 2014
1 parent 4631988 commit 2a48d0f
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 @@ -9,7 +9,7 @@
with open('README.rst') as fp:
description = fp.read()
setup(name='usagestats',
version='0.2',
version='0.3',
py_modules=['usagestats'],
description="Anonymous usage statistics collecter",
install_requires=['requests'],
Expand Down
2 changes: 1 addition & 1 deletion usagestats.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys


__version__ = '0.2'
__version__ = '0.3'


logger = logging.getLogger('usagestats')
Expand Down

0 comments on commit 2a48d0f

Please sign in to comment.