diff --git a/setup.py b/setup.py index eaa90bf..bb025d6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.1.12-django4-1-1", + version="0.2.0", author="Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",