Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
7anshuai committed Aug 11, 2020
1 parent 10e23ce commit 8080895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyreds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Search
)

__version__ = '0.1.3'
__version__ = '0.1.4'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name = 'pyreds',
packages = ['pyreds'],
version = '0.1.3',
version = '0.1.4',
description = 'Simple full text search module for Python, backed by Redis',
long_description = long_description,
author = 'Tan Shuai',
Expand Down

0 comments on commit 8080895

Please sign in to comment.