Skip to content

Commit

Permalink
Add instructor only reveal
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Miller committed Sep 27, 2018
1 parent 15d8b49 commit ead456c
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='3.2.10',
version='3.2.11',
author = 'Brad Miller',
author_email = '[email protected]',
packages= find_packages(exclude=['*.*.test']),
Expand All @@ -17,7 +17,7 @@
package_data = { '' : ['js/*.js', 'css/*.css', '*.txt']},
license='GPL',
url = 'https://github.com/RunestoneInteractive/RunestoneComponents',
download_url = 'https://github.com/RunestoneInteractive/RunestoneComponents/tarball/3.2.10',
download_url = 'https://github.com/RunestoneInteractive/RunestoneComponents/tarball/3.2.11',
keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords
classifiers=('Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit ead456c

Please sign in to comment.