diff --git a/setup.py b/setup.py index cc6c910d..04dddc39 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "0.5.0" +VERSION = "0.5.1" INSTALL_REQUIRES = [ "Django>=2.2.9,<3",