Skip to content

Commit 1705b75

Browse files
fix: Add __init__.py to utils package to make it importable (#176)
This PR adds a docstring to the `cohere_compass/utils/__init__.py` file.
1 parent 31e98a2 commit 1705b75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cohere_compass/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Utility functions for the Cohere Compass SDK."""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cohere-compass-sdk"
3-
version = "2.3.2"
3+
version = "2.3.3"
44
authors = []
55
description = "Cohere Compass SDK"
66
readme = "README.md"

0 commit comments

Comments
 (0)