Skip to content

Commit c399c1b

Browse files
Update src/netbox_mcp_server/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7eb1605 commit c399c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netbox_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""NetBox MCP Server - Read-only MCP server for NetBox infrastructure data."""
22

3-
__version__ = "1.0.0" # Auto-managed by semantic-release
3+
__version__ = "0.1.0" # Auto-managed by semantic-release
44

55
__all__ = ["NetBoxRestClient", "NETBOX_OBJECT_TYPES", "Settings"]
66

0 commit comments

Comments
 (0)