Skip to content

Commit fd9d10a

Browse files
authored
Update __init__.py
Update version number to 1.3.0 for new release Signed-off-by: Tennessee Leeuwenburg <[email protected]>
1 parent de3325b commit fd9d10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scores/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import scores.sample_data
1414
import scores.stats.statistical_tests # noqa: F401
1515

16-
__version__ = "1.2.0"
16+
__version__ = "1.3.0"
1717

1818
__all__ = [
1919
"scores.categorical",

0 commit comments

Comments
 (0)