8000 Forgot to bump the version number · cpennington/github3.py@b5398e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5398e7

Browse files
committed
Forgot to bump the version number
1 parent f44694a commit b5398e7

File tree

1 file changed

+1
-1
lines changed
8000

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.9.1'
17+
__version__ = '0.9.2'
1818
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1919

2020
from .api import *

0 commit comments

Comments
 (0)
0