Skip to content

Commit 6c7a7cb

Browse files
committed
update project version to 0.2.0
1 parent 911b2c1 commit 6c7a7cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1"
7+
version = "0.2.0"
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.1"
13+
__version__ = "0.2.0"
1414
__author__ = "Lincoln Loop, LLC"
1515
__license__ = "MIT"
1616

0 commit comments

Comments
 (0)