From 85db577c553c78d73d74cecb8d69798cf795e2fe Mon Sep 17 00:00:00 2001 From: Nikita Tretyakov Date: Tue, 6 Feb 2024 15:42:25 +0100 Subject: [PATCH] Bump package version to 1.0.2 --- fhirpathpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"