Skip to content

Commit

Permalink
Uploading changes for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasBoubert committed Jun 2, 2021
1 parent e802f55 commit 8b1ad46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions selectionfunctions/cog_vi.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python
#
# cog_ii.py
# Reads the Gaia DR2 selection function from Completeness
# of the Gaia-verse Paper II, Boubert & Everall (2020).
# cog_vi.py
# Implements the selection function from Completeness
# of the Gaia-verse Paper IV, in prep.
#
# Copyright (C) 2020 Douglas Boubert & Andrew Everall
# Copyright (C) 2021 Douglas Boubert & Andrew Everall
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ def readme():

setup(
name='selectionfunctions',
version='0.2.0',
version='1.0.0',
description='Uniform interface for the selection functions of astronomical surveys.',
long_description=readme(),
long_description_content_type='text/markdown',
url='https://github.com/gaiaverse/selectionfunctions',
download_url='https://github.com/gaiaverse/selectionfunctions/archive/v0.2.0.tar.gz',
download_url='https://github.com/gaiaverse/selectionfunctions/archive/v1.0.0.tar.gz',
author='Douglas Boubert',
author_email='[email protected]',
license='GPLv2',
Expand Down

0 comments on commit 8b1ad46

Please sign in to comment.