Always update version if we have it

This commit is contained in:
Joseph Coffland 2018-05-10 17:08:27 -07:00
parent e23e6182de
commit 25891255e5
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ try:
version.split('.')
except: version = '0.0.0'
if not os.path.exists('fah/Version.py'):
if not os.path.exists('fah/Version.py') or version != '0.0.0':
open('fah/Version.py', 'w').write('version = \'%s\'\n' % version)
description = \