We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f2e53 commit 4bbb3c8Copy full SHA for 4bbb3c8
galsim/_version.py
@@ -15,5 +15,5 @@
15
# this list of conditions, and the disclaimer given in the documentation
16
# and/or other materials provided with the distribution.
17
#
18
-__version__ = '2.7.1'
+__version__ = '2.7.2'
19
__version_info__ = tuple(map(lambda x:int(x.split('-')[0]), __version__.split('.')))[:3]
0 commit comments