We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0735d45 commit 0d6b26cCopy full SHA for 0d6b26c
jupyter_sphinx/_version.py
@@ -6,7 +6,7 @@
6
from typing import List
7
8
# Version string must appear intact for automatic versioning
9
-__version__ = "0.5.2"
+__version__ = "0.5.3"
10
11
# Build up version_info tuple for backwards compatibility
12
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
0 commit comments