From aa7be04ff4df492a0b01dd16ff3c52274d6502cd Mon Sep 17 00:00:00 2001 From: Ehsan Safir Date: Tue, 14 Sep 2021 12:21:50 +0430 Subject: [PATCH] version updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 458a591..a7e50e9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="django-advance-dumpdata", zip_safe=False, - version="0.0.1", + version="0.0.2", description="Django Manage Command; Output the contents of the database" " as a fixture of the given format,filter and more features ", long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),