Skip to content

Commit

Permalink
Add version attribute to init (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini committed Aug 31, 2022
1 parent 10b2306 commit 7a2f6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fhir_pyrate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import importlib.metadata
import logging

import fhir_pyrate.util.imports
from fhir_pyrate.ahoy import Ahoy
from fhir_pyrate.pirate import Pirate

__version__ = importlib.metadata.version("fhir_pyrate")
logging.basicConfig()
logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 7a2f6f0

Please sign in to comment.