Skip to content

Commit 52b9824

Browse files
committed
chore: beta release
1 parent 56af311 commit 52b9824

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.1] - 2026-02-03
8+
## [0.0.2] - 2026-02-03
9+
10+
### Fixed
11+
12+
- Replace git dependency (`strands-sglang @ git+...`) with PyPI package (`strands-sglang>=0.1.2`) to fix PyPI upload rejection.
13+
14+
## [0.0.1] - 2026-02-03 [yanked]
915

1016
Initial release — core abstractions only. Environments will be added in future releases.
1117

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "strands-env"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
description = "RL environment abstraction for Strands agents — step, observe, reward."
99
authors = [{name = "Yuan He", email = "[email protected]"}]
1010
requires-python = ">=3.10"
1111
readme = "README.md"
1212
license = {text = "Apache-2.0"}
1313
classifiers = [
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Developers",
1616
"Intended Audience :: Education",
1717
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)