Skip to content

Commit

Permalink
ci: Bump to version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury Bignaud authored and Amaury Bignaud committed Nov 4, 2024
1 parent acad83b commit 55fef37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

All notable changes to this project will be documented in this file.

## [1.3.3] - 2023-11-27
- Improve ci.
- Add pairix as requirements.
- Correct pipeline bug.

## [1.3.2] - 2023-11-27
- Add log files for all modules.

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM mambaorg/micromamba:latest

LABEL Name=metator Version=1.3.2
LABEL Name=metator Version=1.3.3

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

Expand Down
2 changes: 1 addition & 1 deletion metator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.2"
__version__ = '1.3.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

LICENSE = "GPLv3"
Expand Down

0 comments on commit 55fef37

Please sign in to comment.