From 2f9eb55321c1cc4b91b2fde9231398708a88f095 Mon Sep 17 00:00:00 2001 From: Nikita Tretyakov Date: Mon, 15 Jul 2024 00:24:01 +0200 Subject: [PATCH] Bump package version to 1.1.1 --- fhirpathpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"