chore: bump version to 0.8.0.dev0

This commit is contained in:
banteg
2026-01-04 14:03:43 +04:00
parent 239d5a0cfc
commit 105466cc95
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.7.0" version = "0.8.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.7.0" __version__ = "0.8.0.dev0"
Generated
+1 -1
View File
@@ -411,7 +411,7 @@ wheels = [
[[package]] [[package]]
name = "takopi" name = "takopi"
version = "0.7.0" version = "0.8.0.dev0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },