Skip to content

Commit c13c39b

Browse files
committed
fix: hard-code khisto version
Otherwise, Sphinx cannot find the khisto package metadata, because khisto itself is not installed. TODO: Use this version in pyproject.toml itself as well.
1 parent 17f1e53 commit c13c39b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/khisto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
KHISTO_BIN_DIR = os.environ.get("KHISTO_BIN_DIR", "khisto")
1616

17-
__version__ = version("khisto")
17+
__version__ = "0.1.0"
1818

1919
from .array import histogram # noqa: E402
2020
from .core import HistogramResult # noqa: E402

0 commit comments

Comments
 (0)