Skip to content

Commit a6f06de

Browse files
committed
version bump
1 parent e6268a9 commit a6f06de

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, PermutationTest
2525

26-
__version__ = "0.3.0"
26+
__version__ = "0.3.1"

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.3'
7979
# The full version, including alpha/beta/rc tags.
80-
release = '0.3.0'
80+
release = '0.3.1'
8181

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

0 commit comments

Comments
 (0)