From cef4a3cac02e5c49877b5af688fb093c916ebfa4 Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Fri, 18 Oct 2024 15:35:49 -0400 Subject: [PATCH] v2.7 on main --- galsim/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galsim/_version.py b/galsim/_version.py index 20be2068af..fa04b39fa1 100644 --- a/galsim/_version.py +++ b/galsim/_version.py @@ -15,5 +15,5 @@ # this list of conditions, and the disclaimer given in the documentation # and/or other materials provided with the distribution. # -__version__ = '2.6' +__version__ = '2.7' __version_info__ = tuple(map(lambda x:int(x.split('-')[0]), __version__.split('.')))[:3]