Skip to content

Commit

Permalink
bump to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Sep 6, 2023
1 parent 2d0d66b commit b44fbed
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 mambaorg/micromamba:latest

LABEL Name=hicstuff Version=3.2.0
LABEL Name=hicstuff Version=3.2.1

COPY --chown=$MAMBA_USER:$MAMBA_USER . ./

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.2"
# The full version, including alpha/beta/rc tags
release = "3.2.0"
release = "3.2.1"


# -- 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.2.0'
__version__ = '3.2.1'
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 = 2
MAINTENANCE = 0
MAINTENANCE = 1
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)

LICENSE = "BSD-3-Clause"
Expand Down

0 comments on commit b44fbed

Please sign in to comment.