Skip to content

Commit

Permalink
update to v1.0 version number
Browse files Browse the repository at this point in the history
  • Loading branch information
semaphoreP committed Sep 23, 2024
1 parent 8f0c743 commit 17554d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion corgidrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 17554d5

Please sign in to comment.