From f5c13d9096633e3e1b8df8fc95c11eef22c1fd29 Mon Sep 17 00:00:00 2001 From: davve2 <33925616+davve2@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:40:17 +0200 Subject: [PATCH] Version update Version update --- flextaxd/custom_taxonomy_databases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextaxd/custom_taxonomy_databases.py b/flextaxd/custom_taxonomy_databases.py index 9574409..31022d3 100644 --- a/flextaxd/custom_taxonomy_databases.py +++ b/flextaxd/custom_taxonomy_databases.py @@ -20,7 +20,7 @@ each column (not |). ''' -__version__ = "0.4.3" +__version__ = "0.4.4" __author__ = "David Sundell" __credits__ = ["David Sundell"] __license__ = "GPLv3"