upd requests / python 3.6

This commit is contained in:
FoxMaSk
2017-04-05 23:01:55 +02:00
parent 8ce21dcdd3
commit 99bfd7c08b
4 changed files with 32 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
VERSION = (1, 1, 0) # PEP 386
VERSION = (1, 2, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])