fix: sync __version__ to 0.2.0 to match pyproject.toml

__init__.py was still at 0.1.0 after the pyproject.toml bump in an
earlier commit.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-14 12:50:59 +02:00
parent d8d7c6fd47
commit c923da6f6a
+1 -1
View File
@@ -1,3 +1,3 @@
"""MCP server for Synology FileStation."""
__version__ = "0.1.0"
__version__ = "0.2.0"