Preparing release 3.0.4

This commit is contained in:
Adrien Bourmault 2019-08-06 09:50:34 +02:00 committed by GitHub
parent 8dacb2836c
commit 31a4a981e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import os
# CNIRevelator version
verType = "alpha"
version = [3, 0, 1]
version = [3, 0, 4]
verstring_full = "{}.{}.{} {}".format(version[0], version[1], version[2], verType)
verstring = "{}.{}".format(version[0], version[1])
debug = True