Skip to content

Commit ef278d2

Browse files
committed
Bump to v3.1.6
1 parent b463d59 commit ef278d2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

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

3-
LABEL Name=hicstuff Version=3.1.5
3+
LABEL Name=hicstuff Version=3.1.6
44

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

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = "3.1"
2828
# The full version, including alpha/beta/rc tags
29-
release = "3.1.5"
29+
release = "3.1.6"
3030

3131

3232
# -- General configuration ---------------------------------------------------

hicstuff/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.5"
1+
__version__ = '3.1.6'

setup.py

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

3131
MAJOR = 3
3232
MINOR = 1
33-
MAINTENANCE = 5
33+
MAINTENANCE = 6
3434
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)
3535

3636
LICENSE = "BSD-3-Clause"

0 commit comments

Comments
 (0)