From e0be97cbabc163939666226ece9419bca77eb26c Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Thu, 28 Oct 2021 19:16:38 +0200 Subject: [PATCH] updated version given recent bug fix --- textdescriptives/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textdescriptives/about.py b/textdescriptives/about.py index 383f0556..5332a656 100644 --- a/textdescriptives/about.py +++ b/textdescriptives/about.py @@ -1,3 +1,3 @@ __title__ = "textdescriptives" -__version__ = "1.0.5" # the ONLY source of version ID +__version__ = "1.0.6" # the ONLY source of version ID __download_url__ = "https://github.com/HLasse/textdescriptives"