Bump version to 0.3.3 and remove debug print statements from OpenAI provider

This commit is contained in:
2025-02-08 19:14:30 -05:00
parent 9ccef9abdc
commit b5a901efaf
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,6 +1,10 @@
Release History
===============
## 0.3.3 (2024-02-08)
- Improve openai provider by removing debug print statements.
## 0.3.2 (2024-01-27)
- Improve Deepseek provider.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "simplemind"
version = "0.3.2"
version = "0.3.3"
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
readme = "README.md"
requires-python = ">=3.10"