Skip to content

Commit a8d1448

Browse files
committed
Add version number to application.
1 parent 368fa9b commit a8d1448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudcompiler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
__author__ = 'Michel'
1212

13+
version = "1.0.0"
1314
app = Flask(__name__)
1415

1516

@@ -194,6 +195,7 @@ def s3_load_init_binary():
194195
}
195196

196197
configfile = expanduser("~/cloudcompiler.properties")
198+
197199
if isfile(configfile):
198200
configs = ConfigParser(defaults)
199201
configs.readfp(FakeSecHead(open(configfile)))

0 commit comments

Comments
 (0)