From 1451fe22c435e41ce94c451d2ceedc2cf79985d1 Mon Sep 17 00:00:00 2001 From: wdika Date: Mon, 25 Jul 2022 14:09:43 +0200 Subject: [PATCH] updates to version 0.1.1 --- CITATION.cff | 2 +- Dockerfile | 2 +- mridc/package_info.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9ba70fcd..cf3e5baf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,5 +9,5 @@ authors: orcid: https://orcid.org/0000-0002-5162-8880 title: "MRI Data Consistency" url: "https://github.com/wdika/mridc" -version: 0.1.0 +version: 0.1.1 date-released: 2022-25-05 diff --git a/Dockerfile b/Dockerfile index 6f87a231..b715f2f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY . . # start building the final container FROM mridc-deps as mridc -ARG MRIDC_VERSION=0.1.0 +ARG MRIDC_VERSION=0.1.1 # Check that MRIDC_VERSION is set. Build will fail without this. Expose MRIDC and base container # version information as runtime environment variable for introspection purposes diff --git a/mridc/package_info.py b/mridc/package_info.py index 75d46895..83b01498 100644 --- a/mridc/package_info.py +++ b/mridc/package_info.py @@ -2,7 +2,7 @@ MAJOR = 0 MINOR = 1 -PATCH = 0 +PATCH = 1 PRE_RELEASE = "" # Use the following formatting: (major, minor, patch, pre-release)