Skip to content

Commit

Permalink
Bump version to 2.3.22 and update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
grongierisc committed Dec 14, 2023
1 parent be3888b commit 0f56402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git config --global user.email 'bot@users.noreply.github.com'
VERSION=${{ github.event.release.tag_name }} && VERSION=${VERSION/v/}
VERSION=`echo $VERSION | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.`
sed -ie "s/version = .*/version = $VERSION/" pyproject.toml
sed -ie "s/version = .*/version = \"$VERSION\"/" pyproject.toml
git add pyproject.toml
git commit -m 'auto bump version with release'
git push
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Document name="pex-embbeded-python.ZPM">
<Module>
<Name>pex-embbeded-python</Name>
<Version>2.3.20</Version>
<Version>2.3.22</Version>
<Description>Hack of PEX Python but for Embedded Python</Description>
<Keywords>python</Keywords>
<SystemRequirements Interoperability="enabled" />
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "iris_pex_embedded_python"
version = 2.3.22
version = "2.3.22"
description = "Iris Interoperability based on Embedded Python"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 0f56402

Please sign in to comment.