Skip to content

Commit

Permalink
Minor version update to use as tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleychontos committed Aug 15, 2021
1 parent d7caa65 commit 3770b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sortasurvey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

__all__ = ['cli', 'observing', 'pipeline', 'sample', 'survey', 'utils']

__version__ = '1.0.2'
__version__ = '1.1.0'

_ROOT = os.path.abspath(os.getcwd())
INPDIR = os.path.join(_ROOT, 'info')
OUTDIR = os.path.join(_ROOT, 'results')
OUTDIR = os.path.join(_ROOT, 'results')

0 comments on commit 3770b2e

Please sign in to comment.