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

Commit a3b3f70

Browse files
committed
New release 4.1.0
1 parent 9a08b64 commit a3b3f70

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.0.7',
9+
version='4.1.0',
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.0.7',
20+
download_url = 'https://github.com/RunestoneInteractive/RunestoneComponents/tarball/4.1.0',
2121
keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords
2222
classifiers=('Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',

0 commit comments

Comments
 (0)