From feab3bc4ee5ad60c63a032b0c504421925c374eb Mon Sep 17 00:00:00 2001 From: Nikita Tretyakov Date: Mon, 5 Feb 2024 16:05:56 +0100 Subject: [PATCH] Bump package version to 1.0.1 --- fhirpathpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhirpathpy/__init__.py b/fhirpathpy/__init__.py index 5455261..22e23af 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.0" +__version__ = "1.0.1" __author__ = "beda.software" __license__ = "MIT" __copyright__ = "Copyright 2023 beda.software"