Bump version to v0.3.2 for release

This commit is contained in:
Miguel Ramalho
2022-06-21 14:58:27 +02:00
parent 578ec81443
commit 863dd44463
2 changed files with 3 additions and 3 deletions

View File

@@ -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",
],
},
)

View File

@@ -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 = ""