From dda581657017b9d3c623b82c63310b2617219274 Mon Sep 17 00:00:00 2001 From: Phivos Stylianides Date: Sat, 21 Apr 2018 18:02:48 +0300 Subject: [PATCH] Update version to v2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2afd9d..a379356 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read_md(filename): setup( name='django_mock_queries', packages=['django_mock_queries'], - version='1.0.7', + version='2.0.0', description='A django library for mocking queryset functions in memory for testing', long_description=read_md('README.md'), author='Phivos Stylianides',