Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jul 19, 2018
1 parent 7c3b64e commit fb28b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Source Distribution
The current released version of GalSim is version 2.0. To get the code, you
can grab the tarball (or zip file) from

https://github.com/GalSim-developers/GalSim/releases/tag/v2.0.3
https://github.com/GalSim-developers/GalSim/releases/tag/v2.0.4

Also, feel free to fork the repository:

Expand Down Expand Up @@ -210,7 +210,7 @@ at one time or another.
The version of the code at any given snapshot can be downloaded from our
GitHub webpage, or checked out from the repository using the tag name, e.g.:

git checkout v2.0.3
git checkout v2.0.4

This will then update your directory tree to the snapshot of the code at the
milestone requested. (You will also get a message about being in a "detached"
Expand Down
2 changes: 1 addition & 1 deletion 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.3'
__version__ = '2.0.4'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit fb28b88

Please sign in to comment.