Skip to content

Commit 30ac4b0

Browse files
committed
bumpversion 0.6.0.dev0
1 parent d806f19 commit 30ac4b0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

imblearn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
2424

25-
__version__ = '0.5.0.dev0'
25+
__version__ = '0.6.0.dev0'

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0.dev0
2+
current_version = 0.6.0.dev0
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =
@@ -22,5 +22,6 @@ test = pytest
2222
[tool:pytest]
2323
addopts =
2424
--doctest-modules
25-
filterwarnings =
26-
ignore:the matrix subclass:PendingDeprecationWarning
25+
filterwarnings =
26+
ignore:the matrix subclass:PendingDeprecationWarning
27+

0 commit comments

Comments
 (0)