Skip to content

Commit b14d2c2

Browse files
committed
typo and formatting fixes
1 parent 917f168 commit b14d2c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_sphinx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (0, 2, 0)
1+
version_info = (0, 2, 0, 'final')
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author = 'Jupyter Development Team',
1515
author_email = '[email protected]',
1616
description = 'Jupyter Sphinx Extensions',
17-
project_urls={
17+
project_urls = {
1818
'Bug Tracker': 'https://github.com/jupyter/jupyter-sphinx/issues/',
1919
'Documentation': 'https://jupyter-sphinx.readthedocs.io',
2020
'Source Code': 'https://github.com/jupyter/jupyter-sphinx/',

0 commit comments

Comments
 (0)