summaryrefslogtreecommitdiff
path: root/pymemcache
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2021-07-13 13:59:13 +0200
committerGitHub <noreply@github.com>2021-07-13 04:59:13 -0700
commit07b5ecc21ce5d388d4312c943d79f813311e349f (patch)
tree4dee471e7a896d31236051b856ddf67242d0d3d9 /pymemcache
parentdb3b18c69f61e89569e3ce29dfc49bc1a90d5b69 (diff)
downloadpymemcache-07b5ecc21ce5d388d4312c943d79f813311e349f.tar.gz
Prepare the v3.5.0 release (#341)v3.5.0
Diffstat (limited to 'pymemcache')
-rw-r--r--pymemcache/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 00acc44..4fbf5e7 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.4.4'
+__version__ = '3.5.0'
from pymemcache.client.base import Client # noqa
from pymemcache.client.base import PooledClient # noqa