diff options
author | Charles Gordon <charles@pinterest.com> | 2014-11-12 08:52:22 -0800 |
---|---|---|
committer | Charles Gordon <charles@pinterest.com> | 2014-11-12 08:52:22 -0800 |
commit | 2f0d493c70ee1e23a6e7325c4489893cd4943ac1 (patch) | |
tree | f2deb806255f31208ce868f8b2c4619aa6d1a880 /pymemcache/__init__.py | |
parent | b82998d436ffd14f89f229dd8b05e145b81e0dc6 (diff) | |
download | pymemcache-2f0d493c70ee1e23a6e7325c4489893cd4943ac1.tar.gz |
Bumping version to fix upload issues with pypi
Diffstat (limited to 'pymemcache/__init__.py')
-rw-r--r-- | pymemcache/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py index 593fb6f..af391e6 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.2.6' +__version__ = '1.2.7' |