diff --git a/django_nvd3/__init__.py b/django_nvd3/__init__.py index b7c3f48..cc7f695 100644 --- a/django_nvd3/__init__.py +++ b/django_nvd3/__init__.py @@ -9,7 +9,7 @@ Project location : https://github.com/areski/django-nvd3 """ -__version__ = '0.9.7' # edit also docs/source/conf.py and update requirements.txt +__version__ = '0.10.0' # edit also docs/source/conf.py and update requirements.txt __author__ = "Areski Belaid" __contact__ = "areski@gmail.com" __homepage__ = "http://areskibelaid.com/" diff --git a/docs/source/conf.py b/docs/source/conf.py index e1807fd..d3b3819 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -version = '0.9.7' +version = '0.10.0' # The full version, including alpha/beta/rc tags. #release = '0.6.1' release = version