From ceb0ed7d19741a3016f3b9abf689b88beb34771a Mon Sep 17 00:00:00 2001 From: Ulan Djamanbalaev Date: Tue, 2 Jun 2015 16:12:07 +0600 Subject: [PATCH] corrected version in order to upgrade pip package --- iron_cache.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iron_cache.py b/iron_cache.py index c54ea1d..dd92844 100644 --- a/iron_cache.py +++ b/iron_cache.py @@ -55,7 +55,7 @@ def __init__(self, values={}, **kwargs): class IronCache: NAME = "iron_cache_python" - VERSION = "0.3.0" + VERSION = "0.3.2" client = None name = None diff --git a/setup.py b/setup.py index e8cbf6a..a8eefd6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name = "iron-cache", py_modules = ["iron_cache"], install_requires = ["iron_core"], - version = "0.3.1", + version = "0.3.2", description = "Client library for IronCache, the cache-in-the-cloud provided by Iron.io.", author = "Iron.io", author_email = "thirdparty@iron.io",