diff --git a/fhirpathpy/__init__.py b/fhirpathpy/__init__.py index 22e23af..fabc816 100644 --- a/fhirpathpy/__init__.py +++ b/fhirpathpy/__init__.py @@ -5,7 +5,7 @@ from fhirpathpy.engine.nodes import FP_Type, ResourceNode __title__ = "fhirpathpy" -__version__ = "1.0.1" +__version__ = "1.0.2" __author__ = "beda.software" __license__ = "MIT" __copyright__ = "Copyright 2023 beda.software"