Skip to content

Commit 5c4e605

Browse files
author
Ludovic Claude
committed
Bump version: 0.1.0 → 0.2.0
1 parent 6c454e3 commit 5c4e605

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

r-heatmaply/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
tag_name = r-heatmaply-{new_version}

r-heatmaply/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ COPY main.R /src/
109109
COPY tests/testthat.R /src/tests/
110110
COPY tests/testthat/ /src/tests/testthat/
111111

112-
ENV DOCKER_IMAGE=hbpmip/r-heatmaply:0.1.0 \
112+
ENV DOCKER_IMAGE=hbpmip/r-heatmaply:0.2.0 \
113113
FUNCTION=r-heatmaply
114114

115115
RUN chown -R compute:compute /src/ \

r-heatmaply/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```sh
88

9-
docker run --rm --env [list of environment variables] hbpmip/r-heatmaply:0.1.0 compute
9+
docker run --rm --env [list of environment variables] hbpmip/r-heatmaply:0.2.0 compute
1010

1111
```
1212

0 commit comments

Comments
 (0)