Skip to content

Commit 1be4f45

Browse files
committed
hardcode version
1 parent 962185c commit 1be4f45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scanpydoc/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
from textwrap import indent
66
from typing import Any, Dict
77

8-
from setuptools_scm import get_version
98
from sphinx.application import Sphinx
109

1110

12-
__version__ = get_version(root='..', relative_to=__file__)
11+
__version__ = "0.7.1"
1312

1413
metadata = dict(version=__version__, env_version=1, parallel_read_safe=True)
1514

0 commit comments

Comments
 (0)