From b6bd62f71b48d3e001675b6f2a5dc145e7a4da10 Mon Sep 17 00:00:00 2001 From: Philipp Temminghoff Date: Mon, 2 Dec 2024 22:35:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.9.2=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/llmling/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llmling/__init__.py b/src/llmling/__init__.py index c4a3b76..5c0573c 100644 --- a/src/llmling/__init__.py +++ b/src/llmling/__init__.py @@ -19,7 +19,7 @@ from llmling.server import LLMLingServer -__version__ = "0.9.2" +__version__ = "0.10.0" __all__ = [ "Config",