Skip to content

Commit

Permalink
Merge pull request #11 from iron-io/ulan-fix-version
Browse files Browse the repository at this point in the history
corrected version in order to upgrade pip package
  • Loading branch information
ulandj committed Jun 2, 2015
2 parents 2852736 + ceb0ed7 commit f68f5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iron_cache.py
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit f68f5a5

Please sign in to comment.