Skip to content

Commit fe7f429

Browse files
committed
bumpversion 0.8.1
1 parent ed0b0cd commit fe7f429

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/whats_new/v0.8.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Version 0.8.1
44
=============
55

6-
**In development**
6+
September 29, 2020
77

88
Changelog
9+
---------
910

1011
Maintenance
1112
...........

imblearn/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
2424

25-
__version__ = "0.8.0"
25+
__version__ = "0.8.1"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.8.1
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =

0 commit comments

Comments
 (0)