Skip to content

Commit 61e98fc

Browse files
Bump version from 1.23.6 to 1.23.7
Updated by claude-sonnet-4.6 Co-Authored-By: bpsa2 <241537330+bpsa2@users.noreply.github.com>
1 parent e582c33 commit 61e98fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bpsa"
7-
version = "1.23.6"
7+
version = "1.23.7"
88
description = "Beyond Python SmolAgents (BPSA) — a multi-language, multi-agent framework forked from HuggingFace smolagents."
99
authors = [
1010
{ name="Joao Paulo Schwarz Schuler" },

src/smolagents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
17-
__version__ = "1.23.6"
17+
__version__ = "1.23.7"
1818

1919
from .agent_types import * # noqa: I001
2020
from .agents import * # Above noqa avoids a circular dependency due to cli.py

0 commit comments

Comments
 (0)