Skip to content

Commit 36518c7

Browse files
committed
new versioning
1 parent ff4ad76 commit 36518c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cff-version: 1.2.0
44
message: If you use this software, please cite it using these metadata.
55
title: "VTS-SimPipe: simulation tools for the VERITAS observatory"
66
doi: 10.5281/zenodo.10541349
7-
version: 0.1.2
7+
version: 0.2.0
88
type: software
99
date-released: 2024-01-20
1010
keywords:

env_setup_template.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export VTSSIMPIPE_DATA_DIR=vtssimpipe_corsika_dir
99
# export VTSSIMPIPE_CONTAINER="apptainer"
1010
export VTSSIMPIPE_CONTAINER="docker"
1111
# CORSIKA
12-
export VTSSIMPIPE_CORSIKA_IMAGE="ghcr.io/gernotmaier/vtsimpipe-corsika:0.1.1"
12+
export VTSSIMPIPE_CORSIKA_IMAGE="ghcr.io/gernotmaier/vtsimpipe-corsika:0.2.0"
1313
# GROPTICS
14-
export VTSSIMPIPE_GROPTICS_IMAGE="ghcr.io/gernotmaier/vtsimpipe-groptics:0.1.1"
14+
export VTSSIMPIPE_GROPTICS_IMAGE="ghcr.io/gernotmaier/vtsimpipe-groptics:0.2.0"
1515
# CARE
16-
export VTSSIMPIPE_CARE_IMAGE="ghcr.io/gernotmaier/vtsimpipe-care:0.1.1"
16+
export VTSSIMPIPE_CARE_IMAGE="ghcr.io/gernotmaier/vtsimpipe-care:0.2.0"
1717
# MERGEVBF
18-
export VTSSIMPIPE_MERGEVBF_IMAGE="ghcr.io/gernotmaier/vtsimpipe-mergevbf:0.1.1"
18+
export VTSSIMPIPE_MERGEVBF_IMAGE="ghcr.io/gernotmaier/vtsimpipe-mergevbf:0.2.0"

0 commit comments

Comments
 (0)