Skip to content

Commit 0f56402

Browse files
committed
Bump version to 2.3.22 and update pyproject.toml
1 parent be3888b commit 0f56402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git config --global user.email 'bot@users.noreply.github.com'
6969
VERSION=${{ github.event.release.tag_name }} && VERSION=${VERSION/v/}
7070
VERSION=`echo $VERSION | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.`
71-
sed -ie "s/version = .*/version = $VERSION/" pyproject.toml
71+
sed -ie "s/version = .*/version = \"$VERSION\"/" pyproject.toml
7272
git add pyproject.toml
7373
git commit -m 'auto bump version with release'
7474
git push

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Document name="pex-embbeded-python.ZPM">
44
<Module>
55
<Name>pex-embbeded-python</Name>
6-
<Version>2.3.20</Version>
6+
<Version>2.3.22</Version>
77
<Description>Hack of PEX Python but for Embedded Python</Description>
88
<Keywords>python</Keywords>
99
<SystemRequirements Interoperability="enabled" />

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "iris_pex_embedded_python"
6-
version = 2.3.22
6+
version = "2.3.22"
77
description = "Iris Interoperability based on Embedded Python"
88
readme = "README.md"
99
authors = [

0 commit comments

Comments
 (0)