Skip to content

Commit 7a30aeb

Browse files
committed
bump to v1.6.3
1 parent eb3189e commit 7a30aeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM continuumio/miniconda3:4.8.2
22

3-
LABEL Name=chromosight Version=1.6.2
3+
LABEL Name=chromosight Version=1.6.3
44

55
COPY * ./ /app/
66
WORKDIR /app

chromosight/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.2'
1+
__version__ = '1.6.3'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = "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 ---------------------------------------------------

setup.py

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

2525
MAJOR = 1
2626
MINOR = 6
27-
MAINTENANCE = 2
27+
MAINTENANCE = 3
2828
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)
2929

3030
LICENSE = "MIT"

0 commit comments

Comments
 (0)