Skip to content

Commit

Permalink
Bump version to 1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jan 14, 2019
1 parent e22a205 commit 66e9194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fakeredis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._server import FakeServer, FakeRedis, FakeStrictRedis # noqa: F401


__version__ = '1.0b1'
__version__ = '1.0rc1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='fakeredis',
version='1.0b1',
version='1.0rc1',
description="Fake implementation of redis API for testing purposes.",
long_description=open(os.path.join(os.path.dirname(__file__),
'README.rst')).read(),
Expand Down

0 comments on commit 66e9194

Please sign in to comment.