Skip to content

Commit

Permalink
adding version from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Mar 1, 2024
1 parent 371ec8d commit 08d1919
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qibotn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
__version__ = "0.0.1.dev0"
import importlib.metadata as im


__version__ = im.version(__package__)

0 comments on commit 08d1919

Please sign in to comment.