Skip to content

Commit

Permalink
Set version to 2.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jun 21, 2018
1 parent 4b36ad9 commit ca592a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galsim/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0rc1'
__version_info__ = tuple(map(int, __version__.rstrip('rc1').split('.')))
__version__ = '2.0.0rc2'
__version_info__ = tuple(map(int, __version__.rstrip('rc2').split('.')))

0 comments on commit ca592a0

Please sign in to comment.