Skip to content

Commit 10ab72c

Browse files
authored
Version inc (#10)
* 0.0.4 * Version 0.0.6 * Version 0.0.6
1 parent 460295d commit 10ab72c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mockllm"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "A mock server that mimics OpenAI and Anthropic API formats for testing"
55
authors = ["Luke Hinds <[email protected]>"]
66
license = "Apache-2.0"

src/mockllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Mock LLM Server - You will do what I tell you!
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.0.6"

0 commit comments

Comments
 (0)