From 57e7023f64a394f11f91e08678f3ef1d712396dc Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 8 Feb 2023 09:27:53 +0000 Subject: [PATCH] Bump version to v0.2.20 for release --- .github/workflows/python-publish.yaml | 1 + setup.cfg | 3 ++- src/auto_archiver/version.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index 186e794..ae889cb 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -50,5 +50,6 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ + verbose: true password: ${{ secrets.PYPI_API_TOKEN }} packages_dir: dist/ \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 9cbda13..e35cf7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,11 @@ [metadata] name = auto_archiver -version = 0.2.19 +version = 0.2.20 author = Bellingcat author_email = tech@bellingcat.com description = Easily archive online media content long_description = file: README.md +long_description_content_type = text/markdown keywords = archive, oosi, osint, scraping license = MIT classifiers = diff --git a/src/auto_archiver/version.py b/src/auto_archiver/version.py index 3224fc9..34ba6a2 100644 --- a/src/auto_archiver/version.py +++ b/src/auto_archiver/version.py @@ -3,7 +3,7 @@ _MAJOR = "0" _MINOR = "2" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "19" +_PATCH = "20" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""