We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c37ed2 commit 992ac09Copy full SHA for 992ac09
1 file changed
src/khisto/__init__.py
@@ -3,7 +3,6 @@
3
# at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.
4
5
import os
6
-from importlib.metadata import version
7
from pathlib import Path
8
import logging
9
@@ -14,7 +13,7 @@
14
13
15
KHISTO_BIN_DIR = os.environ.get("KHISTO_BIN_DIR", "khisto")
16
17
-__version__ = version("khisto")
+__version__ = "0.1.0"
18
19
from .array import histogram # noqa: E402
20
from .core import HistogramResult # noqa: E402
0 commit comments