From 7ae41475edfbc8959eaf77eaf11005950560afcf Mon Sep 17 00:00:00 2001 From: Johan Gabriels Date: Mon, 4 Jul 2016 11:44:32 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',