From d54bf83336988df2f987284119e5530c5c86baed Mon Sep 17 00:00:00 2001 From: Md Nazrul Islam Date: Sun, 28 Jul 2024 00:06:36 +0200 Subject: [PATCH] Preparing release 0.1.0b3 --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 968f529..7dacbed 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.1.0b3 (unreleased) +0.1.0b3 (2024-07-28) -------------------- - Fixes the function that is checking is_primitive. diff --git a/setup.py b/setup.py index 7207bf4..12b233e 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ "dev": (test_requirements + development_requirements), }, url="https://github.com/nazrulworld/fhir-core", - version="0.1.0b3.dev0", + version="0.1.0b3", zip_safe=False, python_requires=">=3.8", project_urls={