We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfea0dd commit 0a6edd6Copy full SHA for 0a6edd6
2 files changed
dabest/__init__.py
@@ -23,4 +23,4 @@
23
from ._stats_tools import effsize as effsize
24
from ._classes import TwoGroupsEffectSize
25
26
-__version__ = "0.2.4"
+__version__ = "0.2.5"
setup.py
@@ -89,7 +89,7 @@ def check_dependencies():
89
author_email='joseshowh@gmail.com',
90
maintainer='Joses W. Ho',
91
maintainer_email='joseshowh@gmail.com',
92
- version='0.2.4',
+ version='0.2.5',
93
description=DESCRIPTION,
94
long_description=LONG_DESCRIPTION,
95
packages=find_packages(),
0 commit comments