Skip to content

Commit

Permalink
bumpversion 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lemaitre committed Jul 19, 2016
1 parent 9546677 commit bd3566a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: imbalanced-learn
version: "0.1.1"
version: "0.1.2"

source:
git_rev: 0.1.1
git_rev: 0.1.2
git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git

requirements:
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# built documents.
#
# The short X.Y version.
__version__ = '0.1.1'
__version__ = '0.1.2'
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.1.1'
__version__ = '0.1.2'

_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
'glemaitre.github.io/UnbalancedDataset/install.html')
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
Expand All @@ -15,6 +15,7 @@ values =
[bumpversion:part:dev]

[bumpversion:file:imblearn/version.py]

[bumpversion:file:doc/conf.py]

[aliases]
Expand All @@ -30,3 +31,4 @@ with-doctest = 1
doctest-tests = 1
doctest-extension = rst
doctest-fixtures = _fixture

0 comments on commit bd3566a

Please sign in to comment.