From 7c3a019e9c5e83d45064bc3925cf8bfb429ddef0 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Wed, 3 Apr 2024 13:40:07 +0200 Subject: [PATCH] Increment version correctly --- instagram_locations/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instagram_locations/version.py b/instagram_locations/version.py index bf0b6ac..71e0f77 100644 --- a/instagram_locations/version.py +++ b/instagram_locations/version.py @@ -1,6 +1,6 @@ _MAJOR = "1" -_MINOR = "3" +_MINOR = "4" # On main and in a nightly release the patch should be one ahead of the last # released build. _PATCH = "1"