chore: start 0.4.0 development

This commit is contained in:
banteg
2026-01-01 20:40:00 +04:00
parent 1f054f99ac
commit 23f2002836
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.3.0" version = "0.4.0.dev0"
description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface." description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface."
readme = "readme.md" readme = "readme.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.3.0" __version__ = "0.4.0.dev0"
Generated
+1 -1
View File
@@ -354,7 +354,7 @@ wheels = [
[[package]] [[package]]
name = "takopi" name = "takopi"
version = "0.3.0" version = "0.4.0.dev0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },