File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM continuumio/miniconda3:4.8.2
22
3- LABEL Name=chromosight Version=1.6.2
3+ LABEL Name=chromosight Version=1.6.3
44
55COPY * ./ /app/
66WORKDIR /app
Original file line number Diff line number Diff line change 1- __version__ = '1.6.2 '
1+ __version__ = '1.6.3 '
Original file line number Diff line number Diff line change 2828# The short X.Y version
2929version = "1.6"
3030# The full version, including alpha/beta/rc tags
31- release = "1.6.2 "
31+ release = "1.6.3 "
3232
3333
3434# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2424
2525MAJOR = 1
2626MINOR = 6
27- MAINTENANCE = 2
27+ MAINTENANCE = 3
2828VERSION = "{}.{}.{}" .format (MAJOR , MINOR , MAINTENANCE )
2929
3030LICENSE = "MIT"
You can’t perform that action at this time.
0 commit comments