From 17554d54774bc874d130087ee1de9d45297d85bf Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Mon, 23 Sep 2024 15:15:12 -0700 Subject: [PATCH] update to v1.0 version number --- corgidrp/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/corgidrp/__init__.py b/corgidrp/__init__.py index cff38a7d..30ed59b4 100644 --- a/corgidrp/__init__.py +++ b/corgidrp/__init__.py @@ -3,7 +3,7 @@ import pathlib import configparser -__version__ = "0.2.1" +__version__ = "1.0" version = __version__ # temporary backwards compatability #### Create a configuration file for the corgidrp if it doesn't exist. diff --git a/setup.py b/setup.py index b4c3f453..9faead23 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requires(): setup( name='corgidrp', - version='0.2.1', + version="1.0", description='(Roman Space Telescope) CORonaGraph Instrument Data Reduction Pipeline', #long_description="", #long_description_content_type="text/markdown",