Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semaphoreP committed Aug 23, 2024
1 parent 49df4b4 commit aa1e2c0
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.1.2"
__version__ = "0.2"
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.1.2',
version='0.2',
description='(Roman Space Telescope) CORonaGraph Instrument Data Reduction Pipeline',
#long_description="",
#long_description_content_type="text/markdown",
Expand Down

0 comments on commit aa1e2c0

Please sign in to comment.