Skip to content

Commit c8f2b17

Browse files
authored
release: 0.23.6 (#9508)
## Release 0.23.6 Bumps version to `0.23.6` (patch release). ### After merge 1. Push to `main` triggers a **dev release** (pre-release to PyPI) 2. The `release-tag` workflow detects this merged release PR and creates tag `0.23.6` 3. Tag push triggers the **production release** (publish to PyPI, Docker, etc.) ### Checklist - [x] CI passes - [x] Version in `pyproject.toml` is correct (`0.23.6`)
1 parent 6524402 commit c8f2b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

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

55
[project]
66
name = "marimo"
7-
version = "0.23.5"
7+
version = "0.23.6"
88
description = "A library for making reactive notebooks and apps"
99
# We try to keep dependencies to a minimum, to avoid conflicts with
1010
# user environments; we need a very compelling reason for each dependency added.

0 commit comments

Comments
 (0)