Skip to content

Commit

Permalink
Bump to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Oct 4, 2018
1 parent dc47f37 commit 6404d89
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__ = '3.1.2'
__version__ = '3.1.3'
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@">3.1.2.0</token>
<token name="@WRAPPER_VERSION@">3.1.3.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="3.1.2">deeptools</requirement>
<requirement type="package" version="3.1.3">deeptools</requirement>
<requirement type="package" version="1.7">samtools</requirement>
</requirements>
<expand macro="stdio" />
Expand Down

0 comments on commit 6404d89

Please sign in to comment.