From 3f3c48e213470dbd253e1308bea7e998d62a17f9 Mon Sep 17 00:00:00 2001 From: Joshua Coales Date: Wed, 14 Oct 2020 23:05:50 +0100 Subject: [PATCH] Bumping patch version number --- duolingo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duolingo.py b/duolingo.py index 45e6333..ff780ad 100644 --- a/duolingo.py +++ b/duolingo.py @@ -7,7 +7,7 @@ import requests -__version__ = "0.5.1" +__version__ = "0.5.2" __author__ = "Kartik Talwar" __email__ = "hi@kartikt.com" __url__ = "https://github.com/KartikTalwar/duolingo"