diff --git a/docs/index.rst b/docs/index.rst index 7d2cf0d..4a9364a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -325,6 +325,7 @@ Contributors * jsocol * janfabry * tomchristie +* diox See: diff --git a/setup.py b/setup.py index 2cf618e..fccbbb7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( # Because django-statsd was taken, I called this django-statsd-mozilla. name='django-statsd-mozilla', - version='0.3.9', + version='0.3.10', description='Django interface with statsd', long_description=open('README.rst').read(), author='Andy McKay',