From 00132fa06069b40578600a6a3ff77f6a6eab7335 Mon Sep 17 00:00:00 2001 From: quaxsze Date: Tue, 23 Jan 2024 15:58:03 -0300 Subject: [PATCH] Bump version 3.2.0 --- udata_tabular_preview/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index 43d5767..88f9e38 100644 --- a/udata_tabular_preview/__init__.py +++ b/udata_tabular_preview/__init__.py @@ -4,5 +4,5 @@ A plugin to preview tabular files (CSV, Excel, ...) ''' -__version__ = '3.1.0' +__version__ = '3.2.0' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'