bump version

This commit is contained in:
Andy McKay 2013-12-19 12:20:33 -08:00
parent 61a2b810e5
commit fd5bfa4716
2 changed files with 2 additions and 1 deletions

View File

@ -325,6 +325,7 @@ Contributors
* jsocol
* janfabry
* tomchristie
* diox
See:

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