Skip to content

Commit 29d4f14

Browse files
committed
Version bump: v2.0
1 parent b6a68ce commit 29d4f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agithub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import urllib as urllib
1616
urllib.parse = urllib
1717

18-
VERSION = [1,2]
18+
VERSION = [2,0]
1919
STR_VERSION = 'v' + '.'.join(str(v) for v in VERSION)
2020

2121
# These headers are implicitly included in each request; however, each

0 commit comments

Comments
 (0)