Skip to content

Commit

Permalink
Merge pull request #343 from LSSTDESC/u/yymao/v0.13.0
Browse files Browse the repository at this point in the history
Prepare for v0.13.0 release
  • Loading branch information
yymao authored Jul 17, 2019
2 parents 3c9cd0b + 20c0b73 commit 63c4729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GCRCatalogs/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.0'
__version__ = '0.13.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
keywords='GCR',
packages=['GCRCatalogs'],
install_requires=['future', 'requests', 'pyyaml', 'numpy', 'astropy', 'GCR>=0.8.7'],
install_requires=['future', 'requests', 'pyyaml', 'numpy', 'astropy', 'GCR>=0.8.8'],
extras_require={
'protodc2': ['h5py'],
'cosmodc2': ['h5py', 'healpy'],
Expand Down

0 comments on commit 63c4729

Please sign in to comment.