We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a86b44 commit 2b93d74Copy full SHA for 2b93d74
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.6.1'
+__version__ = '2.6.2'
19
__version_info__ = tuple(map(lambda x:int(x.split('-')[0]), __version__.split('.')))[:3]
0 commit comments