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

Commit f4d93bd

Browse files
committed
Bug Fixes:
* shortanswer - nested parsing of question * spreadsheet - better parsing of csv data
1 parent 228375e commit f4d93bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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='4.1.0',
9+
version='4.1.1',
1010
author = 'Brad Miller',
1111
author_email = 'bonelake@mac.com',
1212
packages= find_packages(exclude=['*.*.test']),
@@ -17,7 +17,7 @@
1717
package_data = { '' : ['js/*.js', 'css/*.css', '*.txt']},
1818
license='GPL',
1919
url = 'https://github.com/RunestoneInteractive/RunestoneComponents',
20-
download_url = 'https://github.com/RunestoneInteractive/RunestoneComponents/tarball/4.1.0',
20+
download_url = 'https://github.com/RunestoneInteractive/RunestoneComponents/tarball/4.1.1',
2121
keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords
2222
classifiers=('Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',

0 commit comments

Comments
 (0)