We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fc37c commit ff9f983Copy full SHA for ff9f983
runthis/sphinxext.py
@@ -27,7 +27,7 @@
27
from docutils.parsers.rst import directives
28
from sphinx.directives.code import CodeBlock
29
30
-__version__ = "0.0.2"
+__version__ = "0.0.3"
31
RT_COUNTER = 0
32
JS_RUNTHIS = """\
33
<div id="{divid}"></div>
setup.py
@@ -67,7 +67,7 @@ def main():
67
long_description=readme,
68
long_description_content_type="text/markdown",
69
license="BSD",
70
- version="0.0.2",
+ version='0.0.3',
71
author="Anthony Scopatz",
72
maintainer="Anthony Scopatz",
73
author_email="scopatz@gmail.com",
0 commit comments