Skip to content

Commit

Permalink
Adding support for version metadata within loos package
Browse files Browse the repository at this point in the history
  • Loading branch information
tromo committed Aug 12, 2024
1 parent 17e97e7 commit 3a3d2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion loos/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = loos
version = 4.1.0
version = 4.1.1
author = The Loos Developers
author_email = [email protected]
description = Python packages extending loos
Expand Down
3 changes: 3 additions & 0 deletions loos/src/loos/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
from .loos import *
import importlib.metadata

__version__ = importlib.metadata.version("loos")

0 comments on commit 3a3d2f3

Please sign in to comment.