diff --git a/datatableview/__init__.py b/datatableview/__init__.py index d4771e8..49e5a30 100644 --- a/datatableview/__init__.py +++ b/datatableview/__init__.py @@ -17,8 +17,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 16) -__version__ = "2.1.16" +__version_info__ = (2, 1, 17) +__version__ = "2.1.17" __date__ = "2013/11/14 2:00:00 PM" __credits__ = ["Autumn Valenta", "Steven Klass"] __license__ = "See the file LICENSE.txt for licensing information." diff --git a/setup.py b/setup.py index e23cd4b..05b50d7 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 16) -__version__ = "2.1.16" +__version_info__ = (2, 1, 17) +__version__ = "2.1.17" __date__ = "2013/11/14 2:00:00 PM" __credits__ = ["Autumn Valenta", "Steven Klass"] __license__ = "See the file LICENSE.txt for licensing information." @@ -17,7 +17,7 @@ setup( name="django-datatable-view", - version="2.1.16", + version="2.1.17", description="This package is used in conjunction with the jQuery plugin " "(http://http://datatables.net/), and supports state-saving detection" " with (http://datatables.net/plug-ins/api). The package consists of "