From 68416044ebc2e04403b2e3d85e9810b4b223f2be Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Sat, 9 May 2015 16:57:13 +0200 Subject: [PATCH] bump version for bugfix in init --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 51f5fb456..549b63426 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='runestone', description='Sphinx extensions for writing interactive documents.', - version='2.0a2', + version='2.0a3', author = 'Brad Miller', author_email = 'bonelake@mac.com', packages= find_packages(), @@ -17,7 +17,7 @@ package_data = { '' : ['js/*.js', 'css/*.css', '*.txt']}, license='GPL', url = 'https://github.com/RunestoneInteractive/RunestoneTools', - download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a1', + download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a3', keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords classifiers=('Development Status :: 5 - Production/Stable', 'Environment :: Console',