We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a68ce commit 29d4f14Copy full SHA for 29d4f14
agithub.py
@@ -15,7 +15,7 @@
15
import urllib as urllib
16
urllib.parse = urllib
17
18
-VERSION = [1,2]
+VERSION = [2,0]
19
STR_VERSION = 'v' + '.'.join(str(v) for v in VERSION)
20
21
# These headers are implicitly included in each request; however, each
0 commit comments