Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anycodes authored Jan 3, 2025
1 parent 6458b6a commit d409f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="llm_onesdk",
version="0.0.6",
version="0.0.7",
author="anycodes",
author_email="[email protected]",
description="OneSDK is a Python library that provides a unified interface for interacting with various Large Language Model (LLM) providers.",
Expand Down Expand Up @@ -30,4 +30,4 @@
license="MIT",
keywords="LLM API SDK NLP AI",
include_package_data=True,
)
)

0 comments on commit d409f8c

Please sign in to comment.