Skip to content

Commit

Permalink
Bump to version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ABignaud committed Apr 5, 2023
1 parent e84cdcd commit 9143f02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

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

## [1.2.5] - 2023-04-05
- Correct bug of contigs data final bin value from multiple recursive steps.

## [1.2.5] - 2023-04-05
- Remove recursive parallel which seems to failed in some case.
- Correct bug of contigs data final bin value from multiple recursive steps.
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 adoptopenjdk/openjdk12

LABEL Name=metator Version=1.2.5
LABEL Name=metator Version=1.2.6

WORKDIR /app
COPY ./ /app
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.2.5"
__version__ = "1.2.6"
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 = 2
MAINTENANCE = 5
MAINTENANCE = 6
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)

LICENSE = "GPLv3"
Expand Down

0 comments on commit 9143f02

Please sign in to comment.