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:
@@ -1,3 +1,3 @@
|
||||
"""MCP server for Synology FileStation."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user