Skip to content

Commit ddeef13

Browse files
committed
fix version in pyproject.toml
1 parent 7f89e45 commit ddeef13

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

poetry.lock

Lines changed: 1 addition & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ keywords = ["ai", "machine-learning", "llm", "sdk", "humanloop"]
66

77
[tool.poetry]
88
name = "humanloop"
9-
version = "0.1.0"
9+
version = "0.8.36"
1010
description = "Humanloop Python SDK"
11-
authors = ["Your Name <your.email@example.com>"]
1211
keywords = []
1312
packages = [
1413
{ include = "humanloop", from = "src" },
@@ -56,7 +55,6 @@ pydantic = ">= 1.9.2"
5655
pydantic-core = "^2.18.2"
5756
typing_extensions = ">= 4.0.0"
5857
click = "^8.0.0"
59-
setuptools = "^80.1.0"
6058

6159
[tool.poetry.group.dev.dependencies]
6260
mypy = "1.0.1"

0 commit comments

Comments
 (0)