Skip to content

Commit d090fd7

Browse files
committed
Bump to v3.1.2
1 parent 9847cd1 commit d090fd7

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.1
3+
LABEL Name=hicstuff Version=3.1.2
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.1"
29+
release = "3.1.2"
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.1'
1+
__version__ = '3.1.2'

setup.py

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

3030
MAJOR = 3
3131
MINOR = 1
32-
MAINTENANCE = 1
32+
MAINTENANCE = 2
3333
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)
3434

3535
LICENSE = "GPLv3"

0 commit comments

Comments
 (0)