Bump version to 0.2.0

This commit is contained in:
Shahar Abramov
2025-04-10 13:55:17 +03:00
parent ca7b1f4644
commit 83242e998a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0]
### Changed
- Complete refactor from function-based API to a new class-based API with `FastApiMCP`

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "fastapi-mcp"
version = "0.1.8"
version = "0.2.0"
description = "Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration"
readme = "README.md"
requires-python = ">=3.10"

2
uv.lock generated
View File

@@ -224,7 +224,7 @@ wheels = [
[[package]]
name = "fastapi-mcp"
version = "0.1.8"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "fastapi" },