Skip to content

Commit

Permalink
bumpversion 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Feb 22, 2018
1 parent 7432f61 commit a0a1fb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
# built documents.
#
# The short X.Y version.
__version__ = '0.3.2'
__version__ = '0.3.3'
version = __version__
# The full version, including alpha/beta/rc tags.
release = __version__
Expand Down
2 changes: 1 addition & 1 deletion imblearn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '0.3.2'
__version__ = '0.3.3'

_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
'http://contrib.scikit-learn.org/imbalanced-learn/install.html')
Expand Down
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.3.2
current_version = 0.3.3
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
Expand Down

0 comments on commit a0a1fb2

Please sign in to comment.