diff --git a/setup.py b/setup.py index 3cf8be0..55a105c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ EMAIL = 'osaetindaniel@gmail.com' AUTHOR = 'Osaetin Daniel' REQUIRES_PYTHON = '>=3.6.0' -VERSION = '3.0.1' +VERSION = '3.0.2' REQUIRED = [ 'django>=2.0', 'requests==2.25.1', 'django-jsonfield-backport==1.0.3'