Skip to content

Commit 492e11c

Browse files
committed
Add command, bump version
1 parent b39eb90 commit 492e11c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llms_wrapper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import importlib.metadata
2-
__version__ = "0.9"
2+
__version__ = "0.9.1"
33

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ all = [
6767
llms_wrapper_test = "llms_wrapper.llms_wrapper_test:main"
6868
llms_wrapper_llminfo = "llms_wrapper.llms_wrapper_llminfo:main"
6969
llms_wrapper_webchat = "llms_wrapper.llms_wrapper_webchat:main"
70+
llms_wrapper_costs = "llms_wrapper.cost_logger:main"
7071

7172

7273
[tool.setuptools]

0 commit comments

Comments
 (0)