Skip to content

Commit 1ed0a76

Browse files
committed
Bump the version
1 parent 6a1e38c commit 1ed0a76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changes

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

3+
0.03 2025-02-08
4+
- Require minimal version of Test2::V0 to have float(precision => ...)
5+
36
0.02 2025-01-30
47
- Include the MASI distance.
58

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.02
7+
Version 0.03
88
99
=cut
1010

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

1717
use experimental qw( signatures );
1818

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

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

0 commit comments

Comments
 (0)