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 8d1f6cd commit e86b734Copy full SHA for e86b734
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "bloqade_analog"
+name = "bloqade-analog"
3
version = "0.15.14"
4
description = "Neutral atom software development kit"
5
authors = [
src/bloqade/analog/__init__.py
@@ -18,9 +18,9 @@
18
import bloqade.analog.ir as _ir
19
from bloqade.analog.constants import RB_C6
20
21
-# import importlib.metadata
+import importlib.metadata
22
23
-# __version__ = importlib.metadata.version("bloqade.analog")
+__version__ = importlib.metadata.version("bloqade-analog")
24
25
26
def tree_depth(depth: int = None):
0 commit comments