From 863dd444636027421606a464daf62ab0e9627576 Mon Sep 17 00:00:00 2001 From: Miguel Ramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:58:27 +0200 Subject: [PATCH] Bump version to v0.3.2 for release --- setup.py | 4 ++-- vk_url_scraper/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ea8a05a..38cad0f 100644 --- a/setup.py +++ b/setup.py @@ -56,8 +56,8 @@ setup( extras_require={"dev": read_requirements("dev-requirements.txt")}, python_requires=">=3.7", entry_points={ - 'console_scripts': [ - 'vk_url_scraper=vk_url_scraper.__main__:main', + "console_scripts": [ + "vk_url_scraper=vk_url_scraper.__main__:main", ], }, ) diff --git a/vk_url_scraper/version.py b/vk_url_scraper/version.py index 72ddc98..1c22ae5 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 = "1" +_PATCH = "2" # 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 = ""