The first public release is tagged v0.1.0, but in-repo version metadata reads 2.1.0 in three places: pyproject.toml, both *.uplugin (VersionName), and ue_mcp/__version__.py. So pip show ue-bridge reports 2.1.0 while the GitHub release is v0.1.0.
Do: pick the canonical scheme and align all sources — either bump the metadata to 0.1.0 to match the public release line, or adopt 2.1.0 for tags going forward. One source of truth ideally.
Filed as a post-v0.1.0 follow-up (out of v0.1.0 scope). 🤖 Claude Code
The first public release is tagged
v0.1.0, but in-repo version metadata reads2.1.0in three places:pyproject.toml, both*.uplugin(VersionName), andue_mcp/__version__.py. Sopip show ue-bridgereports 2.1.0 while the GitHub release is v0.1.0.Do: pick the canonical scheme and align all sources — either bump the metadata to
0.1.0to match the public release line, or adopt2.1.0for tags going forward. One source of truth ideally.Filed as a post-v0.1.0 follow-up (out of v0.1.0 scope). 🤖 Claude Code