Skip to content

Commit f96fcf8

Browse files
committed
MAINT bumpversion 0.3.0
1 parent 455a9c0 commit f96fcf8

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
# built documents.
104104
#
105105
# The short X.Y version.
106-
__version__ = '0.3.0.dev0'
106+
__version__ = '0.3.0'
107107
version = __version__
108108
# The full version, including alpha/beta/rc tags.
109109
release = __version__

imblearn/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
24-
__version__ = '0.3.0.dev0'
24+
__version__ = '0.3.0'
2525

2626
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
2727
'http://contrib.scikit-learn.org/imbalanced-learn/install.html')

setup.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0.dev0
2+
current_version = 0.3.0
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =
@@ -33,7 +33,6 @@ doctest-extension = rst
3333
doctest-fixtures = _fixture
3434

3535
[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+

0 commit comments

Comments
 (0)