version bump

This commit is contained in:
Andy McKay 2012-09-07 12:00:35 -07:00
parent 760bc48939
commit 7286074273
1 changed files with 1 additions and 1 deletions

View File

@ -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.6.1',
version='0.3.6.2',
description='Django interface with statsd',
long_description=open('README.rst').read(),
author='Andy McKay',