Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aenv/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aenvironment"
version = "0.1.3"
version = "0.1.4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While bumping the version is correct, it's important to ensure consistency across the repository. For example, the example output and file names in docs/getting_started/installation.md (lines 91, 93, and 309) still reference version 0.1.0. Updating such references in the documentation would prevent confusion for users. It's a good practice to include all version-related updates in the same pull request.

description = "AEnvironment Python SDK - Production-grade environment for AI agent tools"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading