Skip to content

Commit fcc70cd

Browse files
committed
Bump application version to 0.2.2
1 parent 0025616 commit fcc70cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ jobs:
7272
uses: pypa/gh-action-pypi-publish@release/v1
7373
with:
7474
repository-url: https://test.pypi.org/legacy/
75+
skip-existing: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "i18ntools"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "i18ntools helps translate Java properties i18n files using Azure Cognitive Services Translator"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)