diff --git a/galsim/_version.py b/galsim/_version.py index c13e593275..7a33442a84 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.2' +__version__ = '2.6.3' __version_info__ = tuple(map(lambda x:int(x.split('-')[0]), __version__.split('.')))[:3]