Skip to content

Commit

Permalink
Bump to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ABignaud committed Apr 15, 2022
1 parent 4a0d133 commit c3d488f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM continuumio/miniconda3:4.9.2

LABEL Name=hicstuff Version=3.1.2
LABEL Name=hicstuff Version=3.1.3

COPY * ./ /app/
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = "3.1"
# The full version, including alpha/beta/rc tags
release = "3.1.2"
release = "3.1.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion hicstuff/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.2'
__version__ = '3.1.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

MAJOR = 3
MINOR = 1
MAINTENANCE = 2
MAINTENANCE = 3
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)

LICENSE = "GPLv3"
Expand Down

0 comments on commit c3d488f

Please sign in to comment.