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 1dcba9b commit 7920700Copy full SHA for 7920700
chipflow/__init__.py
@@ -20,7 +20,7 @@
20
if TYPE_CHECKING:
21
from .config import Config
22
23
-__version__ = importlib.metadata.version("chipflow")
+__version__ = importlib.metadata.version("chipflow-lib")
24
25
26
# Maintain backward compatibility with underscore-prefixed names
pyproject.toml
@@ -3,7 +3,7 @@
3
# Project metadata
4
5
[project]
6
-name = "chipflow"
+name = "chipflow-lib"
7
dynamic = ["version"]
8
description = "ChipFlow common tools."
9
authors = [
0 commit comments