Skip to content

Commit

Permalink
Bump version for beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiliv committed Oct 15, 2015
1 parent e676fa3 commit 4005853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

setup(name='django-datatable-view',
version='0.9.0-beta.1',
version='0.9.0-beta.2',
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 '
Expand All @@ -13,7 +13,7 @@
author='Tim Valenta',
author_email='[email protected]',
url='https://github.com/pivotal-energy-solutions/django-datatable-view',
download_url='https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.9.0-beta.1',
download_url='https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.9.0-beta.2',
license='Apache License (2.0)',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
Expand Down

0 comments on commit 4005853

Please sign in to comment.