We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6268a9 commit a6f06deCopy full SHA for a6f06de
2 files changed
dabest/__init__.py
@@ -23,4 +23,4 @@
23
from ._stats_tools import effsize as effsize
24
from ._classes import TwoGroupsEffectSize, PermutationTest
25
26
-__version__ = "0.3.0"
+__version__ = "0.3.1"
docs/source/conf.py
@@ -77,7 +77,7 @@
77
# The short X.Y version.
78
version = '0.3'
79
# The full version, including alpha/beta/rc tags.
80
-release = '0.3.0'
+release = '0.3.1'
81
82
# The language for content autogenerated by Sphinx. Refer to documentation
83
# for a list of supported languages.
0 commit comments