Skip to content

Commit 63fa12e

Browse files
committed
update project version to 0.1.1
1 parent c8238ba commit 63fa12e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wagtail-localize-intentional-blanks"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Allow translators to mark wagtail-localize segments as 'do not translate'"
99
readme = "README.md"
1010
requires-python = ">=3.10"

wagtail_localize_intentional_blanks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: MIT, see LICENSE for more details.
1111
"""
1212

13-
__version__ = "0.1.0"
13+
__version__ = "0.1.1"
1414
__author__ = "Lincoln Loop, LLC"
1515
__license__ = "MIT"
1616

0 commit comments

Comments
 (0)