diff --git a/setup.py b/setup.py index fb26652..1701be9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read_md(filename): setup( name='django_mock_queries', - version='2.1.2', + version='2.1.3', description='A django library for mocking queryset functions in memory for testing', long_description=read_md('README.md'), url='https://github.com/stphivos/django-mock-queries',