From c32caec4420930dc1cf5c2c4d1253ba3c7087632 Mon Sep 17 00:00:00 2001 From: Miguel Ramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:25:48 +0200 Subject: [PATCH] Bump version to v0.3.0 for release --- .env.example | 4 ++-- vk_url_scraper/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 4d367ca..e991148 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -VK_USERNAME="your username" -VK_PASSWORD="your password" +VK_USERNAME="your username" +VK_PASSWORD="your password" VK_TOKEN="optional token" \ No newline at end of file diff --git a/vk_url_scraper/version.py b/vk_url_scraper/version.py index 138cf82..e75c837 100644 --- a/vk_url_scraper/version.py +++ b/vk_url_scraper/version.py @@ -1,8 +1,8 @@ _MAJOR = "0" -_MINOR = "2" +_MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "4" +_PATCH = "0" # 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 = ""