Skip to content

Commit 08d4538

Browse files
committed
bump v0.2.8
1 parent e6cd4b8 commit 08d4538

3 files changed

Lines changed: 3 additions & 3 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.7"
26+
__version__ = "0.2.8"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# The short X.Y version.
7878
version = '0.2'
7979
# The full version, including alpha/beta/rc tags.
80-
release = '0.2.7'
80+
release = '0.2.8'
8181

8282
# The language for content autogenerated by Sphinx. Refer to documentation
8383
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
author_email='joseshowh@gmail.com',
3535
maintainer='Joses W. Ho',
3636
maintainer_email='joseshowh@gmail.com',
37-
version='0.2.7',
37+
version='0.2.8',
3838
description=DESCRIPTION,
3939
long_description=LONG_DESCRIPTION,
4040
packages=find_packages(),

0 commit comments

Comments
 (0)