fix(cli): package standalone client wheel

- Declare the NanoShare client package for Hatch wheel builds.
- Ensure uv tool install can build and install the CLI from cli/.
- Bump the server package version to 1.22.0 for the CLI release.
This commit is contained in:
2026-07-27 16:27:21 +02:00
parent 42064de633
commit 4f223e529d
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nanoshare"
version = "1.21.0"
version = "1.22.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"