Skip to content

Commit a127f67

Browse files
committed
✨ removed commented in codes and prepare for new release.
1 parent 7a73b18 commit a127f67

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

fhir/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# __import__('pkg_resources').declare_namespace(__name__)

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
include_package_data=True,
8989
keywords="fhir, resources, python, hl7, health IT, healthcare",
9090
name="fhir.resources",
91-
# namespace_packages=["fhir"],
9291
packages=find_namespace_packages(
9392
include=["fhir*"],
9493
exclude=[
@@ -119,7 +118,7 @@
119118
"all": (orjson_requirements + yaml_requirements + xml_requirements),
120119
},
121120
url="https://github.com/nazrulworld/fhir.resources",
122-
version="7.0.1.dev0",
121+
version="7.0.1",
123122
zip_safe=False,
124123
python_requires=">=3.6",
125124
project_urls={

0 commit comments

Comments
 (0)