diff --git a/fhirpathpy/__init__.py b/fhirpathpy/__init__.py index 0e391bb..307cac9 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.1.0" +__version__ = "1.1.1" __author__ = "beda.software" __license__ = "MIT" __copyright__ = "Copyright 2023 beda.software"