diff --git a/cobaya/__init__.py b/cobaya/__init__.py index 0ca1b25b3..e459aeea3 100644 --- a/cobaya/__init__.py +++ b/cobaya/__init__.py @@ -18,7 +18,7 @@ raise ValueError('Cobaya only supports CPython/PyPy on Python 3.6') __author__ = "Jesus Torrado and Antony Lewis" -__version__ = "3.2" +__version__ = "3.2.1" __obsolete__ = False __year__ = "2022" __url__ = "https://cobaya.readthedocs.io"