Skip to content

Commit

Permalink
corrected version in order to upgrade pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
ulandj committed Jun 2, 2015
1 parent 2852736 commit ceb0ed7
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 = "[email protected]",
Expand Down

0 comments on commit ceb0ed7

Please sign in to comment.