Skip to content

Commit

Permalink
get version correct
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Apr 3, 2015
1 parent 61e172b commit 49655af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bild.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# assumes bilder.py is in current directory
from bilder import *

VERSION = "1.0.1-SNAPSHOT"
VERSION = "1.0.1"


def compile():
Expand Down

0 comments on commit 49655af

Please sign in to comment.