summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Socol <james@thegroundwork.com>2015-04-01 12:17:22 -0400
committerJames Socol <james@thegroundwork.com>2015-04-01 12:17:38 -0400
commit8cbda25135ea3db7ed1a14f481880c6465dbd951 (patch)
tree27993f82198cc59ac819fd761f3a493566edd82b /setup.py
parent852c849b74cae87c80df89aafe0a9fb11bcccae5 (diff)
downloadpystatsd-ipv6-docs.tar.gz
Docs WIPipv6-docs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a1e3385..2a49f38 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
setup(
name='statsd',
- version='3.1',
+ version='3.2',
description='A simple statsd client.',
long_description=open('README.rst').read(),
author='James Socol',