We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460295d commit 10ab72cCopy full SHA for 10ab72c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mockllm"
3
-version = "0.0.5"
+version = "0.0.6"
4
description = "A mock server that mimics OpenAI and Anthropic API formats for testing"
5
authors = ["Luke Hinds <[email protected]>"]
6
license = "Apache-2.0"
src/mockllm/__init__.py
@@ -2,4 +2,4 @@
Mock LLM Server - You will do what I tell you!
"""
-__version__ = "0.1.0"
+__version__ = "0.0.6"
0 commit comments