Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Jan 18, 2013
1 parent 56c1a62 commit ef91e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setuptools.setup(
name="txredisapi",
version="1.0",
version="1.1",
py_modules=["txredisapi"],
install_requires=["twisted"],
author="Alexandre Fiori",
Expand Down
2 changes: 1 addition & 1 deletion txredisapi.py
Expand Up @@ -2018,4 +2018,4 @@ def lazyShardedUnixConnectionPool(paths, dbid=None, poolsize=10,
]

__author__ = "Alexandre Fiori"
__version__ = version = "1.0"
__version__ = version = "1.1"

0 comments on commit ef91e5f

Please sign in to comment.