Skip to content

Commit 653ca33

Browse files
committed
⬆️ v0.0.13 - code cleanup, fix, pre-commit
1 parent 005f486 commit 653ca33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "codeboxapi"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
description = "CodeBox is the simplest cloud infrastructure for your LLM Apps and Services."
5-
authors = ["Shroominic <pleurae-berets.0u@icloud.com>"]
5+
authors = ["Shroominic <contact@shroominic.com>"]
66
readme = "README.md"
77
license = "MIT"
88

@@ -15,11 +15,12 @@ websockets = "^11.0.3"
1515
python-dotenv = "^1.0.0"
1616

1717
[tool.poetry.extras]
18-
local_support = ["jupyter-kernel-gateway"]
18+
local_support = ["jupyter-kernel-gateway"]
1919
image_support = ["Pillow"]
2020

2121
[tool.poetry.dev-dependencies]
2222
pytest = "^7.4.0"
23+
pre-commit = "^3.3"
2324

2425
[build-system]
2526
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)