Skip to content

Commit 732e828

Browse files
committed
[ci skip] Bump to 3.0.0
1 parent b22e7d1 commit 732e828

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deeptools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This file is originally generated from Git information by running 'setup.py
33
# version'. Distribution tarballs contain a pre-generated copy of this file.
44

5-
__version__ = '2.5.7'
5+
__version__ = '3.0.0'

galaxy/wrapper/deepTools_macros.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<macros>
22

33
<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
4-
<token name="@WRAPPER_VERSION@">2.5.7</token>
4+
<token name="@WRAPPER_VERSION@">3.0.0</token>
55
<xml name="requirements">
66
<requirements>
7-
<requirement type="package" version="2.5.7">deeptools</requirement>
7+
<requirement type="package" version="3.0.0">deeptools</requirement>
88
<requirement type="package" version="1.6">samtools</requirement>
99
</requirements>
1010
<expand macro="stdio" />

0 commit comments

Comments
 (0)