Skip to content

Commit

Permalink
bump to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed May 13, 2024
1 parent 7323ccc commit 044fdb0
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.2
LABEL Name=hicstuff Version=3.2.3

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.2"
release = "3.2.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.2.2'
__version__ = '3.2.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 = 2
MAINTENANCE = 2
MAINTENANCE = 3
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)

LICENSE = "BSD-3-Clause"
Expand Down

0 comments on commit 044fdb0

Please sign in to comment.