From a398bce5cce1910d8029d3688f95e55f9beba4b9 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 9 Feb 2024 21:57:17 -0800 Subject: [PATCH] Bump the version to 1.0.12 --- 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.