File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 87
87
# built documents.
88
88
#
89
89
# The short X.Y version.
90
- version = '0.1'
90
+ __version__ = '0.1.1'
91
+ version = __version__
91
92
# The full version, including alpha/beta/rc tags.
92
- release = '0.1'
93
+ release = __version__
93
94
94
95
# The language for content autogenerated by Sphinx. Refer to documentation
95
96
# for a list of supported languages.
Original file line number Diff line number Diff line change 21
21
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
22
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
23
#
24
- __version__ = '0.1.2.dev0 '
24
+ __version__ = '0.1.1 '
25
25
26
26
_IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % (
27
27
'glemaitre.github.io/UnbalancedDataset/install.html' )
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.2.dev0
2
+ current_version = 0.1.1
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
6
6
serialize =
7
7
{major}.{minor}.{patch}.{release}{dev}
8
8
{major}.{minor}.{patch}
9
9
10
+ [bumpversion:part:release]
11
+ optional_value = gamma
12
+ values =
13
+ dev
14
+ gamma
15
+
16
+ [bumpversion:part:dev]
17
+
18
+ [bumpversion:file:imblearn/version.py]
19
+ [bumpversion:file:doc/conf.py]
20
+
10
21
[aliases]
11
22
test = nosetests
12
23
@@ -20,14 +31,3 @@ with-doctest = 1
20
31
doctest-tests = 1
21
32
doctest-extension = rst
22
33
doctest-fixtures = _fixture
23
-
24
- [bumpversion:part:release]
25
- optional_value = gamma
26
- values =
27
- dev
28
- gamma
29
-
30
- [bumpversion:part:dev]
31
-
32
- [bumpversion:file:imblearn/version.py]
33
-
You can’t perform that action at this time.
0 commit comments