From bf0de9026621abb62b44111e77b728997774a8d0 Mon Sep 17 00:00:00 2001 From: TabulateJarl8 Date: Sat, 27 Feb 2021 17:41:12 -0500 Subject: [PATCH] version bump --- randfacts/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randfacts/__version__.py b/randfacts/__version__.py index 1144772..c9ea367 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.2.10" +__version__ = "0.2.11" __author__ = "Tabulate" __author_email__ = "tabulatejarl8@gmail.com" __license__ = "MIT"