From 1d7d21ff0b63be241af1ea4fb2f30a456eca0a33 Mon Sep 17 00:00:00 2001 From: TabulateJarl8 Date: Fri, 12 May 2023 16:40:39 -0400 Subject: [PATCH] bump version --- randfacts/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randfacts/__version__.py b/randfacts/__version__.py index becb97b..c8f338e 100644 --- a/randfacts/__version__.py +++ b/randfacts/__version__.py @@ -1,7 +1,7 @@ __title__ = "randfacts" __description__ = "Package to generate random facts" __url__ = "https://github.com/TabulateJarl8/randfacts" -__version__ = "0.20.1" +__version__ = "0.20.2" __author__ = "Tabulate" __author_email__ = "tabulatejarl8@gmail.com" __license__ = "MIT"