From 1f6a8368fda479568a9d9a1f0fb0d5f984aad233 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:07:34 +0000 Subject: [PATCH] updates --- setup.py | 6 +++--- vk_url_scraper/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index bfcc6b1..33ec75c 100644 --- a/setup.py +++ b/setup.py @@ -45,9 +45,9 @@ setup( ], keywords=["scraper", "vk", "vkontakte", "vk-api", "media-downloader"], project_urls={ - 'Documentation': 'https://github.com/bellingcat/vk-url-scraper', - 'Documentation': 'https://vk-url-scraper.readthedocs.io/en/latest/', - } + "Code": "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 8950322..a659658 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 = "9" +_PATCH = "10" # 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 = ""