From 2613a38e69565446afffe998a422848e33b314d0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 25 Sep 2023 11:15:26 -0500 Subject: [PATCH] Bump to 13.0.2 (#193) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56a47708..462bc11f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -version = "13.0.1" +version = "13.0.2" # Give unique version numbers to all commits so our publication-on-each commit # works on main