Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
updates to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdika committed Jul 25, 2022
1 parent 34636b4 commit 1451fe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mridc/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MAJOR = 0
MINOR = 1
PATCH = 0
PATCH = 1
PRE_RELEASE = ""

# Use the following formatting: (major, minor, patch, pre-release)
Expand Down

0 comments on commit 1451fe2

Please sign in to comment.