chore: Bump version to 0.1.1
Bump version to test fixed release workflow with atomic release creation. Changes: - Update pyproject.toml version from 0.1.0 to 0.1.1 - Add CHANGELOG entry documenting release workflow fix This allows testing the corrected workflow (gh release create) without being blocked by v0.1.0 tag recreation restrictions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
310a8e1709
commit
da1cc42072
2 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "ble-reticulum"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Bluetooth Low Energy (BLE) interface for Reticulum Network Stack"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue