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.
1 parent 47007f8 commit bab79d9Copy full SHA for bab79d9
Changes
@@ -1,5 +1,8 @@
1
Revision history for Statistics-Krippendorff
2
3
+0.02 2025-01-30
4
+ - Include the MASI distance.
5
+
6
0.01 2025-01-23
7
- First version, released on an unsuspecting world.
8
lib/Statistics/Krippendorff.pm
@@ -4,7 +4,7 @@ Statistics::Krippendorff - Calculate Krippendorff's alpha
=head1 VERSION
-Version 0.01
+Version 0.02
9
=cut
10
@@ -16,7 +16,7 @@ use Moo;
16
17
use experimental qw( signatures );
18
19
-our $VERSION = '0.01';
+our $VERSION = '0.02';
20
21
use List::Util qw{ min sum };
22
0 commit comments