Skip to content

Commit

Permalink
Add version to init
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 21, 2024
1 parent 7ec8175 commit 6ac9b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/cifkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from importlib.metadata import version

from .data.example import Example
from .models.cif import Cif
from .models.cif_ensemble import CifEnsemble

__version__ = version("cifkit")
__all__ = ["Cif", "CifEnsemble", "Example"]
3 changes: 0 additions & 3 deletions src/cifkit/version.py

This file was deleted.

0 comments on commit 6ac9b0b

Please sign in to comment.