Skip to content

Commit

Permalink
bump to v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Aug 24, 2023
1 parent 00f37df commit cb8d3bd
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.6
LABEL Name=hicstuff Version=3.1.7

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.6"
release = "3.1.7"


# -- 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.6'
__version__ = '3.1.7'
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 = 6
MAINTENANCE = 7
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)

LICENSE = "BSD-3-Clause"
Expand Down

0 comments on commit cb8d3bd

Please sign in to comment.