diff options
author | Charles Gordon <charles@pinterest.com> | 2013-09-02 16:58:49 -0700 |
---|---|---|
committer | Charles Gordon <charles@pinterest.com> | 2013-09-02 16:58:49 -0700 |
commit | 5d08f8fd4ea371abe15d88c4360c4189dff4a468 (patch) | |
tree | 7a71507e6f4558db3cfe26520d8c85afcce03e96 /pymemcache/__init__.py | |
parent | e9a4db344531f53e8b1893789f1cbc7e5426fa48 (diff) | |
download | pymemcache-5d08f8fd4ea371abe15d88c4360c4189dff4a468.tar.gz |
Adding Thomas Orozco to credits and bumping to version 1.1
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 8a81504..1a72d32 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.0.4' +__version__ = '1.1.0' |