Skip to content

Commit 4005853

Browse files
committed
Bump version for beta 2
1 parent e676fa3 commit 4005853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.9.0-beta.1',
7+
version='0.9.0-beta.2',
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.9.0-beta.1',
16+
download_url='https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.9.0-beta.2',
1717
license='Apache License (2.0)',
1818
classifiers=[
1919
'Development Status :: 2 - Pre-Alpha',

0 commit comments

Comments
 (0)