We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c454e3 commit 5c4e605Copy full SHA for 5c4e605
3 files changed
r-heatmaply/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
tag = True
5
tag_name = r-heatmaply-{new_version}
r-heatmaply/Dockerfile
@@ -109,7 +109,7 @@ COPY main.R /src/
109
COPY tests/testthat.R /src/tests/
110
COPY tests/testthat/ /src/tests/testthat/
111
112
-ENV DOCKER_IMAGE=hbpmip/r-heatmaply:0.1.0 \
+ENV DOCKER_IMAGE=hbpmip/r-heatmaply:0.2.0 \
113
FUNCTION=r-heatmaply
114
115
RUN chown -R compute:compute /src/ \
r-heatmaply/README.md
@@ -6,7 +6,7 @@
6
7
```sh
8
9
- docker run --rm --env [list of environment variables] hbpmip/r-heatmaply:0.1.0 compute
+ docker run --rm --env [list of environment variables] hbpmip/r-heatmaply:0.2.0 compute
10
11
```
12
0 commit comments