chore: bump version to v0.11.0.dev0

This commit is contained in:
banteg
2026-01-08 18:23:26 +04:00
parent 160e977498
commit 8dc7cfac62
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[project] [project]
name = "takopi" name = "takopi"
authors = [{name = "banteg"}] authors = [{name = "banteg"}]
version = "0.10.0" version = "0.11.0.dev0"
description = "Telegram bridge for Codex, Claude Code, and other agent CLIs." description = "Telegram bridge for Codex, Claude Code, and other agent CLIs."
readme = "readme.md" readme = "readme.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.10.0" __version__ = "0.11.0.dev0"
Generated
+1 -1
View File
@@ -497,7 +497,7 @@ wheels = [
[[package]] [[package]]
name = "takopi" name = "takopi"
version = "0.10.0" version = "0.11.0.dev0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },