diff --git a/setup.py b/setup.py index a9c4e39..c44c24f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( # Because django-statsd was taken, I called this django-statsd-mozilla. name='django-statsd-mozilla', - version='0.3.16', + version='0.3.17', description='Django interface with statsd', long_description=open('README.rst').read(), author='Andy McKay',