summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2015-10-22 18:13:58 -0400
committerJames Socol <me@jamessocol.com>2015-10-22 18:13:58 -0400
commit0e5826ce55a132f2090e408429c181b644aa71f8 (patch)
treede410962fa89d7b25901e95388eba0c465bcdc3e /setup.py
parent0c6fb0a8eb89e15873dbd12e06b7483d41510c8f (diff)
parent81a7e2c39b6e98bd97d1f0449d2868d56b283318 (diff)
downloadpystatsd-0e5826ce55a132f2090e408429c181b644aa71f8.tar.gz
Merge branch 'fix'v3.2.1
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 2a49f38..38e4338 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
setup(
name='statsd',
- version='3.2',
+ version='3.2.1',
description='A simple statsd client.',
long_description=open('README.rst').read(),
author='James Socol',