Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Apr 24, 2017
1 parent c586d00 commit db1f186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions QueryableList/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

__all__ = ('FILTER_TYPES', 'FILTER_METHOD_OR', 'FILTER_METHOD_OR', 'FILTER_METHODS', 'QueryableListObjs', 'QueryableListDicts', 'QueryableListBase', 'QueryableListMixed', 'QueryBuilder')

__version__ = '3.0.1'
__version_tuple__ = (3, 0, 1)
__version__ = '3.1.0'
__version_tuple__ = (3, 1, 0)


from .constants import FILTER_TYPES, FILTER_METHODS, FILTER_METHOD_OR, FILTER_METHOD_OR
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description = summary

setup(name='QueryableList',
version='3.0.1',
version='3.1.0',
packages=['QueryableList'],
author='Tim Savannah',
author_email='[email protected]',
Expand Down

0 comments on commit db1f186

Please sign in to comment.