Skip to content

Commit ce14c95

Browse files
committed
Bump version to 0.9.1
1 parent 3026796 commit ce14c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wagtail_localize_git/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = "wagtail_localize_git.apps.WagtailLocalizeGitAppConfig"
22

33

4-
VERSION = (0, 9, 0)
4+
VERSION = (0, 9, 1)
55
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)