Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbethune committed Sep 25, 2024
1 parent 72853a9 commit 1479d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cdr/result_subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ class LaraResultSubscriber:

# map of pipeline name to system version
PIPELINE_SYSTEM_VERSIONS = {
SEGMENTATION_PIPELINE: "0.0.4",
METADATA_PIPELINE: "0.0.4",
POINTS_PIPELINE: "0.0.4",
GEOREFERENCE_PIPELINE: "0.0.5",
SEGMENTATION_PIPELINE: "0.0.5",
METADATA_PIPELINE: "0.0.5",
POINTS_PIPELINE: "0.0.5",
GEOREFERENCE_PIPELINE: "0.0.6",
}

def __init__(
Expand Down

0 comments on commit 1479d75

Please sign in to comment.