From 48b002211049d5bbaa92a389ac70f02e64eb8f30 Mon Sep 17 00:00:00 2001 From: Ilja Leiko Date: Wed, 3 Feb 2021 11:21:31 +0100 Subject: [PATCH] Bumb-up the version --- HISTORY.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4e564da..64373c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +### v0.1.3 + * Removing `jq` dependency, thanks @DurgNomis-drol + ### v0.1.2 * Removing dependency `requests==2.23.0` since `gpsoauth` is supporting newest versions diff --git a/setup.py b/setup.py index 1211c50..00f5b63 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup_args = dict( name='glocaltokens', - version='0.1.2', + version='0.1.3', description='Tool to extract Google device local authentication tokens in Python', long_description_content_type="text/markdown", long_description=README + '\n\n' + HISTORY,