Skip to content

Commit

Permalink
ToulligQC is now 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Apr 14, 2021
1 parent 29b5606 commit 50544c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.1 (2021-04-14)
* In setup.py, set the developement status for ToulligQC as Production/Stable instead of Beta
* Add MANIFEST.in file to add resources files in PyPi package
* Fix error with latest versions of NumPy by add a missing int casting

## 2.0 (2021-04-09)
* Fix duration computation
* For PHRED score distribution boxplots, remove unnecessary interpolation before creating boxplot
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04

MAINTAINER Laurent Jourdren <jourdren@bio.ens.psl.eu>
ARG VERSION=2.0
ARG VERSION=2.0.1
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install --yes \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion toulligqc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0'
__version__ = '2.0.1'

0 comments on commit 50544c3

Please sign in to comment.