From 1d44fa1cbd41fd6293ddddf31260cdab1c3fd99f Mon Sep 17 00:00:00 2001 From: Ilya Beda Date: Wed, 5 Jul 2023 20:30:24 +0400 Subject: [PATCH] Bump 0.2.1 --- fhirpathpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhirpathpy/__init__.py b/fhirpathpy/__init__.py index c8ce132..4cf1270 100644 --- a/fhirpathpy/__init__.py +++ b/fhirpathpy/__init__.py @@ -5,7 +5,7 @@ from fhirpathpy.engine.nodes import FP_Type __title__ = "fhirpathpy" -__version__ = "0.1.2" +__version__ = "0.2.1" __author__ = "beda.software" __license__ = "MIT" __copyright__ = "Copyright 2023 beda.software"