Skip to content

Commit 814cb5d

Browse files
committed
post-release increment of version identifier
1 parent 5b539b3 commit 814cb5d

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.4.0",
123+
"version": "0.4.1.dev.0",
124124
}
125125
if args.branch == "development":
126126
context["version"] += ".dev"

0 commit comments

Comments
 (0)