We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d806f19 commit 30ac4b0Copy full SHA for 30ac4b0
imblearn/_version.py
@@ -22,4 +22,4 @@
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
#
24
25
-__version__ = '0.5.0.dev0'
+__version__ = '0.6.0.dev0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.0.dev0
+current_version = 0.6.0.dev0
3
tag = False
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5
serialize =
@@ -22,5 +22,6 @@ test = pytest
[tool:pytest]
addopts =
--doctest-modules
-filterwarnings =
26
- ignore:the matrix subclass:PendingDeprecationWarning
+filterwarnings =
+ ignore:the matrix subclass:PendingDeprecationWarning
27
+
0 commit comments