Skip to content

Commit

Permalink
Merge pull request #38 from qiboteam/versioning
Browse files Browse the repository at this point in the history
adding version from pyproject.toml
  • Loading branch information
scarrazza authored Mar 1, 2024
2 parents 371ec8d + feb38e1 commit 8e28e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/qibotn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.0.1.dev0"
import importlib.metadata as im

__version__ = im.version(__package__)
2 changes: 0 additions & 2 deletions src/qibotn/backends/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
from qibotn.backends.cutensornet import CuTensorNet
from qibotn.backends.quimb import QuimbBackend

0 comments on commit 8e28e44

Please sign in to comment.