From 9f02a008f815d4bad715246ec24ded2876350b40 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Sun, 12 Mar 2023 13:31:29 +0000 Subject: [PATCH] Bump version to v1.2.0 for release --- instagram_locations/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instagram_locations/version.py b/instagram_locations/version.py index 0c14736..506063b 100644 --- a/instagram_locations/version.py +++ b/instagram_locations/version.py @@ -1,9 +1,9 @@ _MAJOR = "1" -_MINOR = "1" +_MINOR = "2" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "1" +_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 = ""