Skip to content

Commit acea7ec

Browse files
authored
Merge pull request #16 from DooiLabs/fix/cli-broken
Fix : cli has been broken
2 parents 49671d3 + 00475d8 commit acea7ec

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

-30.1 KB
Binary file not shown.

dist/fastapps-1.2.0.tar.gz

-247 KB
Binary file not shown.

fastapps/core/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async def initialize_handler(
152152
types.InitializeResult(
153153
protocolVersion=req.params.protocolVersion,
154154
capabilities=types.ServerCapabilities(),
155-
serverInfo=types.Implementation(name="FastApps", version=get_cli_version(),
155+
serverInfo=types.Implementation(name="FastApps", version=get_cli_version()),
156156
)
157157
)
158158

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fastapps"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "A zero-boilerplate framework for building interactive ChatGPT widgets"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)