Skip to content

Commit

Permalink
Merge branch 'hotfix/0.12.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
snake575 committed Jun 23, 2018
2 parents 58c234e + 1e557d4 commit 72dc32d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
EMAIL = '[email protected], [email protected]'
AUTHOR = 'Felipe Aránguiz, Sebastián Aránguiz'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.12.0'
VERSION = '0.12.1'

# What packages are required for this module to be executed?
REQUIRED = [
'requests',
'backoff',
]

# The rest you shouldn't have to touch too much :)
Expand Down

0 comments on commit 72dc32d

Please sign in to comment.