Skip to content

Commit 0a6edd6

Browse files
committed
version bump
1 parent dfea0dd commit 0a6edd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dabest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
from ._stats_tools import effsize as effsize
2424
from ._classes import TwoGroupsEffectSize
2525

26-
__version__ = "0.2.4"
26+
__version__ = "0.2.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def check_dependencies():
8989
author_email='joseshowh@gmail.com',
9090
maintainer='Joses W. Ho',
9191
maintainer_email='joseshowh@gmail.com',
92-
version='0.2.4',
92+
version='0.2.5',
9393
description=DESCRIPTION,
9494
long_description=LONG_DESCRIPTION,
9595
packages=find_packages(),

0 commit comments

Comments
 (0)