Skip to content

Commit

Permalink
Add avro
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Mar 4, 2024
1 parent 5359417 commit c610c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wintertoo"
version = "1.4.0"
version = "1.5.0"
description = ""
authors = [
{name = "Robert Stein", email = "rdstein@caltech.edu"},
Expand Down
2 changes: 1 addition & 1 deletion wintertoo/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

MAX_TARGNAME_LEN = 30

WinterImageTypes = Literal["exposure", "raw", "science", "stack", "diff"]
WinterImageTypes = Literal["exposure", "raw", "science", "stack", "diff", "avro"]
DEFAULT_IMAGE_TYPE = "stack"

PROGRAM_DB_HOST = "jagati.caltech.edu"
Expand Down

0 comments on commit c610c93

Please sign in to comment.