From bba7d5131cbfb38138a3643e439e1888122987fd Mon Sep 17 00:00:00 2001
From: Alexander Graf <17130992+aandergr@users.noreply.github.com>
Date: Sat, 13 Mar 2021 11:24:25 +0100
Subject: [PATCH] First Release Candidate for Version 4.7

---
 instaloader/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/instaloader/__init__.py b/instaloader/__init__.py
index 2badb88..a5f4b58 100644
--- a/instaloader/__init__.py
+++ b/instaloader/__init__.py
@@ -1,7 +1,7 @@
 """Download pictures (or videos) along with their captions and other metadata from Instagram."""
 
 
-__version__ = '4.6.2'
+__version__ = '4.7rc1'
 
 
 try: