diff --git a/HISTORY.rst b/HISTORY.rst index b7dbf03b..61aa6f47 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -7.0.0 (unreleased) +7.0.0 (2023-04-08) ------------------ New Feature diff --git a/setup.py b/setup.py index 9a29fae7..b04ade5e 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ "all": (orjson_requirements + yaml_requirements + xml_requirements), }, url="https://github.com/nazrulworld/fhir.resources", - version="7.0.0.dev0", + version="7.0.0", zip_safe=False, python_requires=">=3.6", project_urls={