From 0102ac689752bcd1fc884da78c8da70960aea313 Mon Sep 17 00:00:00 2001 From: Xiaohan Xue Date: Thu, 17 Oct 2024 10:18:51 -0700 Subject: [PATCH] Release 0.9.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc7d239..1c97101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ghstack" -version = "0.9.3" +version = "0.9.4" authors = ["Edward Z. Yang "] description = "Stack diff support for GitHub" readme = "README.md"