Skip to content

Commit

Permalink
added version update to include yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jan 4, 2024
1 parent f05d16e commit cf88220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tokencost"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="Trisha Pan", email="trishaepan@gmail.com" },
{ name="Alex Reibman", email="areibman@gmail.com" },
Expand All @@ -31,6 +31,8 @@ llama-index = [
"llama-index>=0.9.24"
]

[tool.setuptools.package_data]
tokencost = ["model_prices.yaml"]

[project.urls]
Homepage = "https://github.com/AgentOps-AI/tokencost"
Expand Down

0 comments on commit cf88220

Please sign in to comment.