8000 Bump version to 0.9.0 · drobertduke/github3.py@2ebe446 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 2ebe446

Browse files
committed
Bump version to 0.9.0
1 parent df46689 commit 2ebe446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__author__ = 'Ian Cordasco'
1515
__license__ = 'Modified BSD'
1616
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17-
__version__ = '0.8.2'
17+
__version__ = '0.9.0'
1818
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1919

2020
from github3.api import *

0 commit comments

Comments
 (0)
0