Skip to content

Commit 924fcd7

Browse files
committed
Bump the version
1 parent eefa193 commit 924fcd7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Changes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Statistics-Krippendorff
22

3-
0.04 ???
3+
0.04 2025-09-11
4+
- Optimize coincidence building (runtime shortened from hours
5+
to seconds for large datasets).
46
- Remove CPAN Ratings from the documentation.
57
- Update installation instructions.
68

lib/Statistics/Krippendorff.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Statistics::Krippendorff - Calculate Krippendorff's alpha
44
55
=head1 VERSION
66
7-
Version 0.03
7+
Version 0.04
88
99
=cut
1010

@@ -16,7 +16,7 @@ use Moo;
1616

1717
use experimental qw( signatures );
1818

19-
our $VERSION = '0.03';
19+
our $VERSION = '0.04';
2020

2121
use List::Util qw{ min sum };
2222

0 commit comments

Comments
 (0)