File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323from ._stats_tools import effsize as effsize
2424from ._classes import TwoGroupsEffectSize , PermutationTest
2525
26- __version__ = "0.3.26 "
26+ __version__ = "2023.02.14 "
Original file line number Diff line number Diff line change 33# 3. If at all possible, it is good practice to do this. If you cannot, you
44# will need to generate wheels for each Python version that you support.
55universal =1
6+
7+ [bumpver]
8+ current_version = " 2023.02.14"
9+ version_pattern = " YYYY.0M.0D"
10+ commit_message = " bump version {old_version} -> {new_version}"
11+ commit = True
12+ tag = True
13+ push = True
14+
15+ [bumpver:file_patterns]
16+ setup.cfg =
17+ current_version = " {version}"
18+ setup.py =
19+ version =' {version}'
20+ dabest/__init__.py =
21+ __version__ = " {version}"
22+ LICENSE =
23+ Copyright (c) 2016-YYYY Joses W. Ho
Original file line number Diff line number Diff line change 3434 author_email = 'joseshowh@gmail.com' ,
3535 maintainer = 'Joses W. Ho' ,
3636 maintainer_email = 'joseshowh@gmail.com' ,
37- version = '0.3.26 ' ,
37+ version = '2023.02.14 ' ,
3838 description = DESCRIPTION ,
3939 long_description = LONG_DESCRIPTION ,
4040 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments