Skip to content

Commit

Permalink
[ci skip] Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Feb 12, 2018
1 parent b22e7d1 commit 732e828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deeptools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is originally generated from Git information by running 'setup.py
# version'. Distribution tarballs contain a pre-generated copy of this file.

__version__ = '2.5.7'
__version__ = '3.0.0'
4 changes: 2 additions & 2 deletions galaxy/wrapper/deepTools_macros.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<macros>

<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
<token name="@WRAPPER_VERSION@">2.5.7</token>
<token name="@WRAPPER_VERSION@">3.0.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="2.5.7">deeptools</requirement>
<requirement type="package" version="3.0.0">deeptools</requirement>
<requirement type="package" version="1.6">samtools</requirement>
</requirements>
<expand macro="stdio" />
Expand Down

0 comments on commit 732e828

Please sign in to comment.