From 17694d2411c8cb4086c79b17620cc951864cb4dd Mon Sep 17 00:00:00 2001 From: Matthieu Patou <141188909+mpatou@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:58:50 -0800 Subject: [PATCH] Bump the version to 1.0.12 (#17) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62de83d..7b2c8db 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="rockset-stacky", - version="1.0.11", + version="1.0.12", description=""" stacky is a tool to manage stacks of PRs. This allows developers to easily manage many smaller, more targeted PRs that depend on each other.