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