From 31b0b26d3ccd4cebdb14a887cd48c4a42a95efae Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Wed, 29 Nov 2023 15:16:26 +0000 Subject: [PATCH] Update setup.py with next release version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 009988ae0..f7543a111 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import sys -version = '1.0.0' +version = '1.1.0' # Provided as an attribute, so you can append to these instead