We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0b0cd commit fe7f429Copy full SHA for fe7f429
doc/whats_new/v0.8.rst
@@ -3,9 +3,10 @@
3
Version 0.8.1
4
=============
5
6
-**In development**
+September 29, 2020
7
8
Changelog
9
+---------
10
11
Maintenance
12
...........
imblearn/_version.py
@@ -22,4 +22,4 @@
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
#
24
25
-__version__ = "0.8.0"
+__version__ = "0.8.1"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.8.1
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
0 commit comments