From 9e44443275a52c302dcf51e7f47e0f381a83c2e0 Mon Sep 17 00:00:00 2001 From: Tomas Date: Thu, 19 Dec 2019 07:22:29 +0100 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9480b70..c6d306a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.1.10", + version="0.1.11", author="Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",