diff --git a/HISTORY.rst b/HISTORY.rst index b3748ae7..f914f3ba 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -6.0.0b1 (unreleased) +6.0.0b1 (2020-07-05) -------------------- Revolutionary evolution has been made, now fully rewritten with modern python, underlying APIs (almost all) have been changed. diff --git a/setup.py b/setup.py index 7eb5b168..23492813 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ "all": (test_requirements + setup_requirements + development_requirements), }, url="https://github.com/nazrulworld/fhir.resources", - version="6.0.0b1.dev0", + version="6.0.0b1", zip_safe=False, python_requires=">=3.6", )