Skip to content

Commit

Permalink
Prepare release of 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Oct 17, 2018
1 parent 890de1d commit 8939707
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2018-10-16 Tao Liu <[email protected]>
MACS version 2.1.2 20181017
2018-10-17 Tao Liu <[email protected]>
MACS version 2.1.2

* New features

Expand Down
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.1.2.20181017"
MACS_VERSION = "2.1.2"
#MACSDIFF_VERSION = "1.0.4 20110212 (tag:alpha)"
FILTERDUP_VERSION = "1.0.0 20140616"
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: <2018-10-17 15:50:11 Tao Liu>
# Time-stamp: <2018-10-17 16:21:40 Tao Liu>

"""Description
Expand Down Expand Up @@ -61,7 +61,7 @@ def main():
long_description = fh.read()

setup(name="MACS2",
version="2.1.2.20181017",
version="2.1.2",
description="Model Based Analysis for ChIP-Seq data",
long_description = long_description,
long_description_content_type="text/markdown",
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: <2018-10-17 15:44:04 Tao Liu>
# Time-stamp: <2018-10-17 16:21:49 Tao Liu>

"""Description:
Expand Down Expand Up @@ -86,7 +86,7 @@ def main():
long_description = fh.read()

setup(name="MACS2",
version="2.1.2.20181017",
version="2.1.2",
description="Model Based Analysis for ChIP-Seq data",
long_description = long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8939707

Please sign in to comment.