Skip to content

Commit

Permalink
Merge pull request #1 from zfi/patch-190311-01
Browse files Browse the repository at this point in the history
Update code to support Python3
  • Loading branch information
zfi authored Jun 22, 2019
2 parents 8f5c3ea + 517793d commit 04116e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions __version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@



version = "1.1.1"
4 changes: 3 additions & 1 deletion cloudcompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

__author__ = 'Michel'

version = "1.1.1"
__version__ = "1.1.1"


app = Flask(__name__)


Expand Down

0 comments on commit 04116e6

Please sign in to comment.