diff --git a/README.md b/README.md index ba4387a..d178e1e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ class CityForm(forms.ModelForm): ### Requirements -Django Map Widgets needs Jquery dependency to work in your regular views. In Django Admin case, you don't need to provide the jQuery just because it's already available on ``django.jQuery`` namespace. +Django Map Widgets needs Jquery dependency to work in your regular views. In Django Admin case, you don't need to provide the jQuery. +Just add map widgets to your django admin forms. ### Screenshots diff --git a/setup.py b/setup.py index 6336ffb..5665479 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = (0, 2, 3) +VERSION = (0, 3, 0) __version__ = '.'.join(map(str, VERSION)) setup(