We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc64550 commit b8325dfCopy full SHA for b8325df
github3/__about__.py
@@ -4,7 +4,7 @@
4
__author__ = 'Ian Cordasco'
5
__author_email__ = 'graffatcolmingov@gmail.com'
6
__license__ = 'Modified BSD'
7
-__copyright__ = 'Copyright 2012-2015 Ian Cordasco'
+__copyright__ = 'Copyright 2012-2016 Ian Cordasco'
8
__version__ = '1.0.0a4'
9
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
10
__url__ = 'http://github3.readthedocs.org'
github3/__init__.py
@@ -5,7 +5,7 @@
See http://github3.readthedocs.org/ for documentation.
-:copyright: (c) 2012-2014 by Ian Cordasco
+:copyright: (c) 2012-2016 by Ian Cordasco
:license: Modified BSD, see LICENSE for more details
11
"""
0 commit comments