File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 103
103
# built documents.
104
104
#
105
105
# The short X.Y version.
106
- __version__ = '0.3.0.dev0 '
106
+ __version__ = '0.3.0'
107
107
version = __version__
108
108
# The full version, including alpha/beta/rc tags.
109
109
release = __version__
Original file line number Diff line number Diff line change 21
21
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
22
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
23
#
24
- __version__ = '0.3.0.dev0 '
24
+ __version__ = '0.3.0'
25
25
26
26
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
27
27
'http://contrib.scikit-learn.org/imbalanced-learn/install.html' )
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.0.dev0
2
+ current_version = 0.3.0
3
3
tag = False
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5
5
serialize =
@@ -33,7 +33,6 @@ doctest-extension = rst
33
33
doctest-fixtures = _fixture
34
34
35
35
[tool:pytest]
36
- # disable-pytest-warnings should be removed once we drop nose and we
37
- # rewrite tests using yield with parametrize
38
- addopts =
39
- --doctest-modules
36
+ addopts =
37
+ --doctest-modules
38
+
You can’t perform that action at this time.
0 commit comments