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

Commit 6841604

Browse files
committed
bump version for bugfix in init
1 parent 531f0b9 commit 6841604

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
@@ -6,7 +6,7 @@
66
setup(
77
name='runestone',
88
description='Sphinx extensions for writing interactive documents.',
9-
version='2.0a2',
9+
version='2.0a3',
1010
author = 'Brad Miller',
1111
author_email = '[email protected]',
1212
packages= find_packages(),
@@ -17,7 +17,7 @@
1717
package_data = { '' : ['js/*.js', 'css/*.css', '*.txt']},
1818
license='GPL',
1919
url = 'https://github.com/RunestoneInteractive/RunestoneTools',
20-
download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a1',
20+
download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a3',
2121
keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords
2222
classifiers=('Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',

0 commit comments

Comments
 (0)