Skip to content

Commit ca5b8c9

Browse files
committed
Update smithy-xml initial version to 0.0.0 to prepare release
1 parent 1ebf8e7 commit ca5b8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/smithy-aws-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ json = [
5151
"smithy-json~=0.2.0"
5252
]
5353
xml = [
54-
"smithy-xml~=0.1.0"
54+
"smithy-xml~=0.0.0"
5555
]
5656

5757
[tool.hatch.build]

packages/smithy-xml/src/smithy_xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from ._private.readers import XMLEventReader as _XMLEventReader
1515
from .settings import XMLSettings
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.0.0"
1818
__all__ = ("XMLCodec", "XMLSettings")
1919

2020

0 commit comments

Comments
 (0)