diff --git a/CHANGE.txt b/CHANGE.txt index 4c5cc0c..b2fb3bb 100644 --- a/CHANGE.txt +++ b/CHANGE.txt @@ -1,3 +1,4 @@ +v 0.0.9, 05-01-18 -- Minor changes: in MANIFEST.in to include license and test_files. Compatible with conda forge v 0.0.8, 03-01-18 -- Minor changes: improved test coverage, now papillon.py is a module and not a package v 0.0.7, 19-12-17 -- Minor changes: added docs v 0.0.6, 14-12-17 -- Initial release. diff --git a/MANIFEST.in b/MANIFEST.in index a6a6abb..b7b5e49 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,9 @@ include docs/*.* -include papillon/test/Test_files/*.* +include test/*.py +include test/Test_files/*.* +include test/Test_files/Papillon/*.list +include AUTHORS.md +include CHANGE.txt +include CONTRIBUTING.md +include LICENSE +include README.md diff --git a/TO DO.txt b/TO DO.txt index 7692a8d..11a8c69 100644 --- a/TO DO.txt +++ b/TO DO.txt @@ -1,4 +1,3 @@ -* Improve test coverage * Add Confidence Interval to plot. * log10 transformation FPKM values * Add search isoforms ID option diff --git a/setup.py b/setup.py index 75f71da..195238f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='papillon', - version='0.0.8', + version='0.0.9', py_modules=['papillon'], description='A Python module to read and plot Galaxy RNA-seq data', author='Domenico Somma',