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

Commit ab1f767

Browse files
author
Brad Miller
committed
update to 4.0.2
1 parent 751ce9d commit ab1f767

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.1',
9+
version='4.0.2',
1010
author = 'Brad Miller',
1111
author_email = 'bonelake@mac.com',
1212
packages= find_packages(exclude=['*.*.test']),
@@ -30,7 +30,7 @@
3030
'Operating System :: Unix',
3131
'Programming Language :: Python',
3232
'Programming Language :: Python :: 2.7',
33-
'Programming Language :: Python :: 3.6',
33+
'Programming Language :: Python :: 3.7',
3434
'Topic :: Education',
3535
'Topic :: Text Processing :: Markup'),
3636
# data_files=[('common',['runestone/common/*']),

0 commit comments

Comments
 (0)