From 9a046fd1cb6d8916deac95fce761ae7dca714abd Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:35:59 +0000 Subject: [PATCH] Bump version to v0.3.9 for release --- setup.py | 5 ++++- vk_url_scraper/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 38cad0f..bfcc6b1 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,10 @@ setup( "Programming Language :: Python :: 3", ], keywords=["scraper", "vk", "vkontakte", "vk-api", "media-downloader"], - url="https://github.com/bellingcat/vk-url-scraper", + project_urls={ + 'Documentation': 'https://github.com/bellingcat/vk-url-scraper', + 'Documentation': 'https://vk-url-scraper.readthedocs.io/en/latest/', + } author="Bellingcat", author_email="tech@bellingcat.com", license="MIT", diff --git a/vk_url_scraper/version.py b/vk_url_scraper/version.py index 3bbaff7..8950322 100644 --- a/vk_url_scraper/version.py +++ b/vk_url_scraper/version.py @@ -2,7 +2,7 @@ _MAJOR = "0" _MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "8" +_PATCH = "9" # 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 = ""