summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2015-07-31 14:10:22 -0600
committerSean Reifschneider <jafo@tummy.com>2015-07-31 14:10:22 -0600
commitc92b9541a974fc9dfa9de7e1d9f524d1315b3185 (patch)
tree614d790e0e761eee49abc8b1bb5eeaa83bce9676 /setup.py
parent664bd3e23fe500fbde4c70636e2d24c8fd2f35af (diff)
downloadpython-memcached-c92b9541a974fc9dfa9de7e1d9f524d1315b3185.tar.gz
Release automation.
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 f105bf2..891a283 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup # noqa
setup(name="python-memcached",
- version="1.53",
+ version="1.58",
description="Pure python memcached client",
long_description=open("README.md").read(),
author="Evan Martin",