Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Bump version number to 0.9.2
Browse files Browse the repository at this point in the history
This is exactly the same as 0.9.1, but there was an uploading accident
with PyPI and it won't allow the release to be replaced.
  • Loading branch information
bmerry committed Nov 10, 2017
1 parent e502a0c commit 0d63514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fakenewsredis.py
Expand Up @@ -28,7 +28,7 @@
PY2 = sys.version_info[0] == 2


__version__ = '0.9.1'
__version__ = '0.9.2'


if PY2:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='fakenewsredis',
version='0.9.1',
version='0.9.2',
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 0d63514

Please sign in to comment.