From 3f308c0cc2c19d15388afc93bd69c242b05af2eb Mon Sep 17 00:00:00 2001 From: Aymeric Galan Date: Tue, 11 Oct 2022 15:37:39 +0200 Subject: [PATCH] Update __init__.py Fix version number in __init__.py --- lenstronomy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lenstronomy/__init__.py b/lenstronomy/__init__.py index d2240bb79..8431a6f17 100644 --- a/lenstronomy/__init__.py +++ b/lenstronomy/__init__.py @@ -1,6 +1,6 @@ __author__ = 'lenstronomy developers' __email__ = 'lenstronomy-dev@googlegroups.com' -__version__ = '1.10.4' +__version__ = '1.11.0' __credits__ = 'ETH Zurich, UCLA, Stanford, Stony Brook' from .Util.package_util import short, laconic