Skip to content

Commit

Permalink
get version from importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 8, 2024
1 parent 0cc82de commit cbe752f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluepyopt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"""

# pylint: disable=W0611
import setuptools_scm
from importlib.metadata import version

__version__ = setuptools_scm.get_version()
__version__ = version("bluepyopt")

from . import tools # NOQA

Expand Down

0 comments on commit cbe752f

Please sign in to comment.