Skip to content

Commit

Permalink
Set version number to 1.0 for RC tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Kilcommons committed Jul 1, 2019
1 parent 5e65243 commit 782df98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2018 SEDA Group at CU Boulder
# Created by:
# Liam Kilcommons
# Created by:
# Liam Kilcommons
# Space Environment Data Analysis Group (SEDA)
# Colorado Center for Astrodynamics Research (CCAR)
# University of Colorado, Boulder (CU Boulder)
Expand All @@ -13,7 +13,7 @@
from setuptools.command import install as _install

setup(name='ssj_auroral_boundary',
version = "0.1",
version = "1.0",
description = "Figure of Merit Boundary Identification for DMSP SSJ5",
author = "Liam Kilcommons",
author_email = '[email protected]',
Expand All @@ -22,8 +22,8 @@
long_description = \
"""
This package implements the Figure-of-Merit auroral boundary
identification technique for electron precipitation data from
the SSJ Precipitating Electrons and Ions instrument aboard
identification technique for electron precipitation data from
the SSJ Precipitating Electrons and Ions instrument aboard
Defense Meteorology Satellite Program (DMSP) spacecraft.
The algorithm here is tuned for DMSP carrying version 5 of the SSJ
detector, that is DMSP F16, F17 and F18.
Expand Down

0 comments on commit 782df98

Please sign in to comment.