diff --git a/README.rst b/README.rst index dcc76ef..8e1665a 100644 --- a/README.rst +++ b/README.rst @@ -34,5 +34,8 @@ Pre release again. version 0.1.7, 2021.01.11 update report -version 0.1.7, 2021.01.11 -fix virus genome error \ No newline at end of file +version 0.1.8, 2021.01.11 +fix virus genome error + +version 0.1.9, 2021.01.15 +test data check \ No newline at end of file diff --git a/cfDNApipe.egg-info/PKG-INFO b/cfDNApipe.egg-info/PKG-INFO index 193bfd8..5151978 100644 --- a/cfDNApipe.egg-info/PKG-INFO +++ b/cfDNApipe.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: cfDNApipe -Version: 0.1.8 +Version: 0.1.9 Summary: An Intergrated Pipeline For cfDNA Sequencing Data Analysis Home-page: https://github.com/Honchkrow/cfDNApipe Author: Wei Zhang, Jiaqi Huang, Shuying He, Juhong Liu, Yu Liu @@ -42,7 +42,10 @@ Description: # cfDNA-Pipeline version 0.1.7, 2021.01.11 update report - version 0.1.7, 2021.01.11 + version 0.1.8, 2021.01.11 fix virus genome error + + version 0.1.9, 2021.01.15 + test data check Keywords: cell free DNA,WGS,WGBS,Fragmentation,Methylation,Virus,SNV,CNV Platform: Linux/Unix diff --git a/dist/cfDNApipe-0.1.8.tar.gz b/dist/cfDNApipe-0.1.9.tar.gz similarity index 56% rename from dist/cfDNApipe-0.1.8.tar.gz rename to dist/cfDNApipe-0.1.9.tar.gz index 2e68fbf..b08581d 100644 Binary files a/dist/cfDNApipe-0.1.8.tar.gz and b/dist/cfDNApipe-0.1.9.tar.gz differ diff --git a/setup.py b/setup.py index 6799b34..056a319 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): setup( name="cfDNApipe", - version="0.1.8", + version="0.1.9", author="Wei Zhang, Jiaqi Huang, Shuying He, Juhong Liu, Yu Liu", author_email="w-zhang16@mail.tsinghua.edu.cn", description="An Intergrated Pipeline For cfDNA Sequencing Data Analysis",