summaryrefslogtreecommitdiff
path: root/pymemcache/__init__.py
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2020-01-02 13:43:34 -0800
committerGitHub <noreply@github.com>2020-01-02 13:43:34 -0800
commit8ba31253566a8a92df5eaefba236289b7031fa8c (patch)
tree34a21ad0df3869ca3b4771dc4671ffa9cc46c95b /pymemcache/__init__.py
parent8c442de0dc0571a80ffed86fd46bdc931d15311c (diff)
downloadpymemcache-8ba31253566a8a92df5eaefba236289b7031fa8c.tar.gz
Start the version 3.0.0 release process (#265)v3.0.0
This code is in good shape for our next major release so this just updates the changelog and package version.
Diffstat (limited to 'pymemcache/__init__.py')
-rw-r--r--pymemcache/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index a863dcb..5e458c3 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.0.0-dev'
+__version__ = '3.0.0'
from pymemcache.client.base import Client # noqa
from pymemcache.client.base import PooledClient # noqa