Skip to content

Commit b44fbed

Browse files
committed
bump to v3.2.1
1 parent 2d0d66b commit b44fbed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mambaorg/micromamba:latest
22

3-
LABEL Name=hicstuff Version=3.2.0
3+
LABEL Name=hicstuff Version=3.2.1
44

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

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.2"
2828
# The full version, including alpha/beta/rc tags
29-
release = "3.2.0"
29+
release = "3.2.1"
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.2.0'
1+
__version__ = '3.2.1'

setup.py

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

3131
MAJOR = 3
3232
MINOR = 2
33-
MAINTENANCE = 0
33+
MAINTENANCE = 1
3434
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)
3535

3636
LICENSE = "BSD-3-Clause"

0 commit comments

Comments
 (0)