mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Bump version 0.4.22
This commit is contained in:
parent
cd1c306b38
commit
a88d1f1fec
2
.github/workflows/release_and_publish.yml
vendored
2
.github/workflows/release_and_publish.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: Release ${{ github.ref }}
|
name: Release ${{ github.ref_name }}
|
||||||
makeLatest: true
|
makeLatest: true
|
||||||
|
|
||||||
publish_to_pypi:
|
publish_to_pypi:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__author__ = 'Vadim Kravcenko'
|
__author__ = 'Vadim Kravcenko'
|
||||||
__email__ = 'vadim.kravcenko@gmail.com'
|
__email__ = 'vadim.kravcenko@gmail.com'
|
||||||
__version__ = '0.4.21'
|
__version__ = '0.4.22'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pipreqs-build-test"
|
name = "pipreqs-build-test"
|
||||||
version = "0.4.21"
|
version = "0.4.22"
|
||||||
description = "Pip requirements.txt generator based on imports in project"
|
description = "Pip requirements.txt generator based on imports in project"
|
||||||
authors = ["Vadim Kravcenko <vadim.kravcenko@gmail.com>"]
|
authors = ["Vadim Kravcenko <vadim.kravcenko@gmail.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user