From aece5f6f73ccd24b1fc0057841f711914ae2b80d Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Sun, 16 Oct 2022 21:46:50 -0500 Subject: [PATCH] chore: up version 1.7.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b35b7294..723e28627 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import shutil import subprocess -wip_version = "1.7.1" +wip_version = "1.7.2" def version_number(): """This function reads the version number which is populated by github actions"""