diff --git a/setup.py b/setup.py index df66cf8..00d9936 100644 --- a/setup.py +++ b/setup.py @@ -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'], diff --git a/usagestats.py b/usagestats.py index 6df39c6..ed86a89 100644 --- a/usagestats.py +++ b/usagestats.py @@ -6,7 +6,7 @@ import sys -__version__ = '0.2' +__version__ = '0.3' logger = logging.getLogger('usagestats')