Bump version number.

This commit is contained in:
Mathew Sutcliffe
2017-05-14 15:28:16 +01:00
parent bc80fd3bd5
commit 04af0e8af3

View File

@@ -1,4 +1,4 @@
BLACK_VER_MAJ = 0
BLACK_VER_MIN = 8
BLACK_VER_MIC = 1
BLACK_VER_MIC = 2
BLACK_VERSION = $${BLACK_VER_MAJ}.$${BLACK_VER_MIN}.$${BLACK_VER_MIC}