From a88d1f1fecae7419b2415c5dca80f408d19440e8 Mon Sep 17 00:00:00 2001 From: Lucas de Sousa Rosa Date: Fri, 1 Dec 2023 17:18:18 -0300 Subject: [PATCH] Bump version 0.4.22 --- .github/workflows/release_and_publish.yml | 2 +- pipreqs/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 6fa6d26..156b256 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: ncipollo/release-action@v1 with: - name: Release ${{ github.ref }} + name: Release ${{ github.ref_name }} makeLatest: true publish_to_pypi: diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index 0117b9e..5d05a99 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -1,3 +1,3 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.4.21' +__version__ = '0.4.22' diff --git a/pyproject.toml b/pyproject.toml index ba3ed13..ed4081d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipreqs-build-test" -version = "0.4.21" +version = "0.4.22" description = "Pip requirements.txt generator based on imports in project" authors = ["Vadim Kravcenko "] license = "Apache-2.0"