Skip to content

Commit 763d512

Browse files
committed
chore: Bump version to 2.2.5 and update model constants
- Updated version to 2.2.5 in setup.py and __init__.py. - Added new model constants for various AI providers in models_constants.py, including updates for OpenAI, Anthropic, Google, AWS Bedrock, and others. - Enhanced organization and clarity of model constants for better usability.
1 parent 936b183 commit 763d512

3 files changed

Lines changed: 267 additions & 62 deletions

File tree

cost_katana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
get_provider_from_model,
4141
)
4242

43-
__version__ = "2.2.4"
43+
__version__ = "2.2.5"
4444

4545
# Import configure function from client
4646
from .client import configure

0 commit comments

Comments
 (0)