From 4dd9b65aa532b7e478d651dfb57495e7c334c35f Mon Sep 17 00:00:00 2001 From: rmuraly Date: Thu, 28 Aug 2025 12:43:36 -0700 Subject: [PATCH] chores :README correction --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c69f565..5c95f34 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ uvx expedia_travel_recommendations_mcp --protocol "streamable-http" docker run \ -p 9900:9900 \ -e EXPEDIA_API_KEY=your_api_key_here \ - /expedia-travel-recommendations-mcp:latest + expediagroup/expedia-travel-recommendations-mcp ``` > Accessible at: `http://0.0.0.0:9900/mcp` diff --git a/pyproject.toml b/pyproject.toml index 142856e..0eabb7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "expedia-travel-recommendations-mcp" -version = "1.0.0" +version = "1.0.2" description = "Travel recommendations MCP Server" readme = "README.md" license = { file = "LICENSE" }