diff options
author | Charles Gordon <charles@pinterest.com> | 2015-09-29 12:20:18 -0700 |
---|---|---|
committer | Charles Gordon <charles@pinterest.com> | 2015-09-29 12:20:18 -0700 |
commit | edcc912f7f725cd096e478a90491fed32d013c1a (patch) | |
tree | af848aedc110ecad1b686b2b3325e19138015bbe /pymemcache | |
parent | a5993eafdd0d412740d0dd129cdfa3e664d0370c (diff) | |
download | pymemcache-edcc912f7f725cd096e478a90491fed32d013c1a.tar.gz |
Increasing version to 1.3.41.3.4
Diffstat (limited to 'pymemcache')
-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 07f744c..ac422f1 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.3.3' +__version__ = '1.3.4' |