summaryrefslogtreecommitdiff
path: root/pymemcache/__init__.py
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2018-11-25 10:07:57 -0800
committerGitHub <noreply@github.com>2018-11-25 10:07:57 -0800
commitc6dee3a397e3758f97c6dd20bcba870a6afb9924 (patch)
treef4f75e4b470780a7149c73771c38139b21771a5b /pymemcache/__init__.py
parent873e86ba5b53228575959e4d4c9c07577ab95a65 (diff)
downloadpymemcache-c6dee3a397e3758f97c6dd20bcba870a6afb9924.tar.gz
Start preparing the 2.1.0 release (#202)
Diffstat (limited to 'pymemcache/__init__.py')
-rw-r--r--pymemcache/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index a6fc1ab..d7684a2 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,5 +1,4 @@
-__version__ = '2.0.0'
-__author__ = "Charles Gordon"
+__version__ = '2.1.0'
from pymemcache.client.base import Client # noqa
from pymemcache.client.base import PooledClient # noqa
@@ -10,4 +9,4 @@ from pymemcache.exceptions import MemcacheUnknownCommandError # noqa
from pymemcache.exceptions import MemcacheIllegalInputError # noqa
from pymemcache.exceptions import MemcacheServerError # noqa
from pymemcache.exceptions import MemcacheUnknownError # noqa
-from pymemcache.exceptions import MemcacheUnexpectedCloseError # noqa \ No newline at end of file
+from pymemcache.exceptions import MemcacheUnexpectedCloseError # noqa