Skip to content

Commit

Permalink
bumpversion 0.7.X
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jun 9, 2020
1 parent a62fe42 commit ffabce0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The imbalanced-learn package requires the following dependencies:
* python (>=3.6)
* numpy (>=1.13.3)
* scipy (>=0.19.1)
* scikit-learn (>=0.22)
* scikit-learn (>=0.23)
* keras 2 (optional)
* tensorflow (optional)

Expand Down
2 changes: 1 addition & 1 deletion imblearn/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "0.7.0.dev0"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0.dev0
current_version = 0.7.0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
INSTALL_REQUIRES = [
'numpy>=1.13.3',
'scipy>=0.19.1',
'scikit-learn>=0.22',
'scikit-learn>=0.23',
'joblib>=0.11'
]
EXTRAS_REQUIRE = {
Expand Down

0 comments on commit ffabce0

Please sign in to comment.