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,