Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Apr 12, 2016
1 parent e451352 commit 8ab9651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QueryableList/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ def getOlderThan(people, minAge):

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

__version__ = '2.0.0'
__version_tuple__ = (2, 0, 0)
__version__ = '2.1.0'
__version_tuple__ = (2, 1, 0)


from .constants import FILTER_TYPES, FILTER_METHODS, FILTER_METHOD_OR, FILTER_METHOD_OR
Expand Down

0 comments on commit 8ab9651

Please sign in to comment.