We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f66e6d commit 0820cf8Copy full SHA for 0820cf8
mcp_proxy_for_aws/__init__.py
@@ -17,6 +17,5 @@
17
from importlib.metadata import version as _metadata_version
18
19
20
-__version__ = _metadata_version('mcp-proxy-for-aws')
21
-
22
__all__ = ['__version__']
+__version__ = _metadata_version('mcp-proxy-for-aws')
0 commit comments