From 488ab954a0b6b5839d954d73e694cb88e5f87803 Mon Sep 17 00:00:00 2001 From: John S Bogaardt Date: Fri, 24 May 2024 18:01:25 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a603889..2e6d5df 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ descr = "A declarative API for composing spreadsheets from python" name = 'xlcompose' url = 'https://github.com/jbogaardt/xlcompose' -version='0.3.1' # Put this in __init__.py +version='0.3.2' # Put this in __init__.py data_path = '' setup(