Skip to content

Commit

Permalink
v2.1.1 -- make sure .inst file is in MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Nov 26, 2018
1 parent 9f3d3ed commit c271c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ recursive-include galsim *.py
include *.md
include LICENSE
recursive-include include *.h *.hpp
recursive-include src *.cpp *.inst *.h
recursive-include pysrc *.cpp *.h
global-exclude .gitignore SCons*
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.1.0'
__version__ = '2.1.1'
__version_info__ = tuple(map(int, __version__.split('.')))

0 comments on commit c271c6d

Please sign in to comment.