Skip to content

Commit a1e73a7

Browse files
committed
Bump version number
1 parent 264772d commit a1e73a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datatableview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
__name__ = 'datatableview'
33
__author__ = 'Tim Valenta'
4-
__version_info__ = (0, 6, 0)
4+
__version_info__ = (0, 6, 1)
55
__version__ = '.'.join(map(str, __version_info__))
66
__date__ = '2013/11/14 2:00:00 PM'
77
__credits__ = ['Tim Valenta', 'Steven Klass']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
setup(name='django-datatable-view',
7-
version='0.6',
7+
version='0.6.1',
88
description='This package is used in conjunction with the jQuery plugin '
99
'(http://http://datatables.net/), and supports state-saving detection'
1010
' with (http://datatables.net/plug-ins/api). The package consists of '

0 commit comments

Comments
 (0)