Version number 0.8.0

This commit is contained in:
Mathew Sutcliffe
2017-04-19 16:22:53 +01:00
parent e3fe8ec39f
commit 5380c62ce8

View File

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