From 2387e32ed32d6c7162440305751ee6075427c4e3 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Tue, 4 Apr 2023 14:39:09 +0100 Subject: [PATCH] typo --- cobaya/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobaya/__init__.py b/cobaya/__init__.py index aff75e438..bf67c13c2 100644 --- a/cobaya/__init__.py +++ b/cobaya/__init__.py @@ -14,6 +14,6 @@ __author__ = "Jesus Torrado and Antony Lewis" __version__ = "3.3.1" -__obsolete__ = Falses +__obsolete__ = False __year__ = "2023" __url__ = "https://cobaya.readthedocs.io"