Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
bump version for bugfix in init
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed May 9, 2015
1 parent 531f0b9 commit 6841604
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 @@ -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 = '[email protected]',
packages= find_packages(),
Expand All @@ -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',
Expand Down

0 comments on commit 6841604

Please sign in to comment.