Skip to content

Commit db1f186

Browse files
committed
3.1.0
1 parent c586d00 commit db1f186

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

QueryableList/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

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

28-
__version__ = '3.0.1'
29-
__version_tuple__ = (3, 0, 1)
28+
__version__ = '3.1.0'
29+
__version_tuple__ = (3, 1, 0)
3030

3131

3232
from .constants import FILTER_TYPES, FILTER_METHODS, FILTER_METHOD_OR, FILTER_METHOD_OR

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description = summary
2828

2929
setup(name='QueryableList',
30-
version='3.0.1',
30+
version='3.1.0',
3131
packages=['QueryableList'],
3232
author='Tim Savannah',
3333
author_email='kata198@gmail.com',

0 commit comments

Comments
 (0)