We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5695d9 + b6d74f2 commit 5bb5ef4Copy full SHA for 5bb5ef4
CHANGES.md
@@ -1,5 +1,7 @@
1
# CHANGES
2
3
+## 3.0.6
4
+* Fixed version tag
5
## 3.0.5
6
* Handles species names with spaces in it
7
* modified checks for species,assembly and checksum
perl/lib/Sanger/CGP/Pindel.pm
@@ -26,7 +26,7 @@ use strict;
26
use Const::Fast qw(const);
27
28
use base 'Exporter';
29
-our $VERSION = '3.0.5';
+our $VERSION = '3.0.6';
30
our @EXPORT = qw($VERSION);
31
32
1;
0 commit comments