We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebf8e7 commit ca5b8c9Copy full SHA for ca5b8c9
2 files changed
packages/smithy-aws-core/pyproject.toml
@@ -51,7 +51,7 @@ json = [
51
"smithy-json~=0.2.0"
52
]
53
xml = [
54
- "smithy-xml~=0.1.0"
+ "smithy-xml~=0.0.0"
55
56
57
[tool.hatch.build]
packages/smithy-xml/src/smithy_xml/__init__.py
@@ -14,7 +14,7 @@
14
from ._private.readers import XMLEventReader as _XMLEventReader
15
from .settings import XMLSettings
16
17
-__version__ = "0.1.0"
+__version__ = "0.0.0"
18
__all__ = ("XMLCodec", "XMLSettings")
19
20
0 commit comments