diff options
author | James Socol <james@thegroundwork.com> | 2015-04-01 12:17:22 -0400 |
---|---|---|
committer | James Socol <james@thegroundwork.com> | 2015-04-01 12:17:38 -0400 |
commit | 8cbda25135ea3db7ed1a14f481880c6465dbd951 (patch) | |
tree | 27993f82198cc59ac819fd761f3a493566edd82b /setup.py | |
parent | 852c849b74cae87c80df89aafe0a9fb11bcccae5 (diff) | |
download | pystatsd-ipv6-docs.tar.gz |
Docs WIPipv6-docs
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |