Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Feb 18, 2019
1 parent 23b2c0b commit 1f1b5c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3'
__version__ = '3.2.0'
6 changes: 3 additions & 3 deletions galaxy/wrapper/deepTools_macros.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<macros>

<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
<token name="@WRAPPER_VERSION@">3.1.3.0</token>
<token name="@WRAPPER_VERSION@">3.2.0.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="3.1.3">deeptools</requirement>
<requirement type="package" version="1.7">samtools</requirement>
<requirement type="package" version="3.2.0">deeptools</requirement>
<requirement type="package" version="1.9">samtools</requirement>
</requirements>
<expand macro="stdio" />
<version_command>@BINARY@ --version</version_command>
Expand Down

0 comments on commit 1f1b5c3

Please sign in to comment.