Skip to content

Commit

Permalink
Bumb-up the version
Browse files Browse the repository at this point in the history
leikoilja committed Feb 3, 2021
1 parent 3f24e4d commit 48b0022
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 48b0022

Please sign in to comment.