Skip to content

Commit 022529c

Browse files
Fix version number
1 parent aa2316c commit 022529c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrapform_jinja/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from distutils.version import StrictVersion
22

33
# start from a fresh number 4 to identify jinja verison
4-
VERSION = StrictVersion('4.3.1')
4+
VERSION = StrictVersion('4.3.3')

0 commit comments

Comments
 (0)