diff options
author | Charles Gordon <charles@pinterest.com> | 2014-11-25 08:27:50 -0800 |
---|---|---|
committer | Charles Gordon <charles@pinterest.com> | 2014-11-25 08:27:50 -0800 |
commit | e37f21a4a3cbaa6084fc7947b5119a9ac436fd1e (patch) | |
tree | 5c31557d8f52db2a1e134d07dcb20caad1beb4ce /pymemcache/__init__.py | |
parent | b10e201ba6464a8da2051a11749be5bd3c19b27c (diff) | |
download | pymemcache-e37f21a4a3cbaa6084fc7947b5119a9ac436fd1e.tar.gz |
Increasing version number for pypi
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 af391e6..6a3fa6e 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.2.7' +__version__ = '1.2.8' |