From a1e73a77b4016863749bba2005a9943711d5d127 Mon Sep 17 00:00:00 2001 From: Tim Valenta Date: Wed, 18 Dec 2013 14:40:52 -0700 Subject: [PATCH] Bump version number --- datatableview/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datatableview/__init__.py b/datatableview/__init__.py index 4f57c0f4..945e958b 100644 --- a/datatableview/__init__.py +++ b/datatableview/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __name__ = 'datatableview' __author__ = 'Tim Valenta' -__version_info__ = (0, 6, 0) +__version_info__ = (0, 6, 1) __version__ = '.'.join(map(str, __version_info__)) __date__ = '2013/11/14 2:00:00 PM' __credits__ = ['Tim Valenta', 'Steven Klass'] diff --git a/setup.py b/setup.py index b80b6b2b..16036176 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup(name='django-datatable-view', - version='0.6', + version='0.6.1', 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 '