Skip to content

Commit dc27438

Browse files
committed
Update version identifier
1 parent 54ea8fc commit dc27438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
env = Environment(loader=FileSystemLoader(os.path.dirname(os.path.realpath(__file__))), autoescape=select_autoescape())
122122
context = {
123-
"version": "0.3.1",
123+
"version": "0.4.0",
124124
}
125125
if args.branch == "development":
126126
context["version"] += ".dev"

0 commit comments

Comments
 (0)