From 40058537e2035adebb62e1a16c541d3bc435700f Mon Sep 17 00:00:00 2001 From: Tim Valenta Date: Thu, 15 Oct 2015 16:16:27 -0700 Subject: [PATCH] Bump version for beta 2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1423343d..330aa6da 100644 --- a/setup.py +++ b/setup.py @@ -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 ' @@ -13,7 +13,7 @@ author='Tim Valenta', author_email='tvalenta@pivotalenergysolutions.com', 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',