8000 Set proper version # · tpetr/github3.py@d7725c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7725c2

Browse files
committed
Set proper version #
1 parent 4347dad commit d7725c2

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
@@ -13,7 +13,7 @@
1313
__author__ = 'Ian Cordasco'
1414
__license__ = 'Modified BSD'
1515
__copyright__ = 'Copyright 2012-2013 Ian Cordasco'
16-
__version__ = '0.5a0'
16+
__version__ = '0.5'
1717

1818
from github3.api import *
1919
from github3.github import GitHub, GitHubEnterprise, GitHubStatus

0 commit comments

Comments
 (0)
0