From 7a391e4774b4326943fda1123604b2bab53f9778 Mon Sep 17 00:00:00 2001 From: Ilya Beda Date: Tue, 8 Aug 2023 08:49:55 +1000 Subject: [PATCH] Bump 0.2.2 --- fhirpathpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhirpathpy/__init__.py b/fhirpathpy/__init__.py index 4cf1270..36ceeb7 100644 --- a/fhirpathpy/__init__.py +++ b/fhirpathpy/__init__.py @@ -5,7 +5,7 @@ from fhirpathpy.engine.nodes import FP_Type __title__ = "fhirpathpy" -__version__ = "0.2.1" +__version__ = "0.2.2" __author__ = "beda.software" __license__ = "MIT" __copyright__ = "Copyright 2023 beda.software"