diff options
author | Charles Gordon <charles@pinterest.com> | 2013-05-01 15:36:19 -0700 |
---|---|---|
committer | Charles Gordon <charles@pinterest.com> | 2013-05-01 15:36:19 -0700 |
commit | 85dc30eb830d02830d5d8f83281b3bb33de86cbd (patch) | |
tree | 75123ba7c5bf747276f0f496d406601c2f356e09 /pymemcache/__init__.py | |
parent | 1de980bc8877325bcbd63bd3ee3b8798f8b7ae82 (diff) | |
download | pymemcache-85dc30eb830d02830d5d8f83281b3bb33de86cbd.tar.gz |
Adding Julian to contributors list and bumping version to 1.0.2
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 cd7ca49..a6221b3 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' |