Skip to content

Commit 1239733

Browse files
committed
Bump version number to 0.7.0
1 parent 4231f3b commit 1239733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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, 5)
4+
__version_info__ = (0, 7, 0)
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: 2 additions & 2 deletions
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.5',
7+
version='0.7.0',
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 '
@@ -13,7 +13,7 @@
1313
author='Tim Valenta',
1414
author_email='[email protected]',
1515
url='https://github.com/pivotal-energy-solutions/django-datatable-view',
16-
download_url='https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.5.3',
16+
download_url='https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.7.0',
1717
license='Apache License (2.0)',
1818
classifiers=[
1919
'Development Status :: 2 - Pre-Alpha',

0 commit comments

Comments
 (0)