diff --git a/MACS2/Constants.py b/MACS2/Constants.py index 1a5932db..a3598a2d 100644 --- a/MACS2/Constants.py +++ b/MACS2/Constants.py @@ -1,4 +1,4 @@ -MACS_VERSION = "2.0.10.20130528 (tag:beta)" +MACS_VERSION = "2.0.10.20130710 (tag:beta)" #MACSDIFF_VERSION = "1.0.4 20110212 (tag:alpha)" FILTERDUP_VERSION = "1.0.0 20120703" RANDSAMPLE_VERSION = "1.0.0 20120703" diff --git a/setup.py b/setup.py index d32f8bae..ee4684f6 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Time-stamp: <2013-05-28 00:28:02 Tao Liu> +# Time-stamp: <2013-07-10 12:55:56 Tao Liu> """Description @@ -55,7 +55,7 @@ def main(): ] setup(name="MACS2", - version="2.0.10.20130528", + version="2.0.10.20130710", description="Model Based Analysis for ChIP-Seq data", author='Tao Liu', author_email='vladimir.liu@gmail.com', diff --git a/setup_w_cython.py b/setup_w_cython.py index 3187ef7b..26594268 100644 --- a/setup_w_cython.py +++ b/setup_w_cython.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Time-stamp: <2013-05-28 00:28:14 Tao Liu> +# Time-stamp: <2013-07-10 12:56:09 Tao Liu> """Description: @@ -80,7 +80,7 @@ def main(): ] setup(name="MACS", - version="2.0.10.20130528", + version="2.0.10.20130710", description="Model Based Analysis for ChIP-Seq data", author='Tao Liu', author_email='vladimir.liu@gmail.com',