From 02447b59ab79e35ab0ea77835ef9b61da83bb7a3 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Thu, 18 Nov 2021 20:08:01 -0600 Subject: [PATCH] build: ready for 1.1.2 tag [skip ci] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35494ac8f..a4d2c15bb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import shutil import subprocess -wip_version = "1.1.1b1" +wip_version = "1.1.2" def version_number(): """This function reads the version number which is populated by github actions"""