Skip to content

Commit f3bb72b

Browse files
committed
Bump version to 0.12
1 parent 315ca07 commit f3bb72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from http.server import BaseHTTPRequestHandler, HTTPServer
1212
from typing import Callable, List, Optional
1313

14-
__version__ = "0.11"
14+
__version__ = "0.12"
1515

1616
FIND_FUNC_RE = r"(.*)\n\s*((?:(?:public|protected|private|static|final|synchronized|abstract|default|native)\s+)+)(?:([\w<>[\]]+)\s+)?(\w+)\s*\(([^)]*)\)"
1717

0 commit comments

Comments
 (0)