Skip to content

Commit

Permalink
Merge pull request #62 from qiboteam/init-qibo-style
Browse files Browse the repository at this point in the history
Update __init__.py to follow Qibo
  • Loading branch information
TL231 authored Dec 14, 2023
2 parents bb22c07 + 922bb24 commit 0ef1405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/qibochem/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.1.0"
import importlib.metadata as im

__version__ = im.version(__package__)

0 comments on commit 0ef1405

Please sign in to comment.