Fix version issue in release action, version bump

This commit is contained in:
Farkhod Sadykov
2024-04-06 18:54:28 +02:00
parent 7ee6c7df52
commit 6f9d7f6fd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Get ShellGPT version
run: >-
run: |
echo "SGPT_VERSION=$(find dist -type f -name '*.tar.gz' | grep -oP '\d+.\d+.\d+')" >> $GITHUB_ENV
echo "Release version $SGPT_VERSION"
- name: Sign the dists with Sigstore
+1 -1
View File
@@ -1 +1 @@
__version__ = "1.4.2"
__version__ = "1.4.3"