Skip to content

Commit

Permalink
label 2.0.10.20130710: with fixes for output format.
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Jul 10, 2013
1 parent f53bdcf commit 20407db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MACS2/Constants.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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='[email protected]',
Expand Down
4 changes: 2 additions & 2 deletions setup_w_cython.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 20407db

Please sign in to comment.