8000 Bump the copyright year · danpalmer/github3.py@8d6f816 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d6f816

Browse files
committed
Bump the copyright year
1 parent e493f8e commit 8d6f816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
66
See http://github3py.rtfd.org/ for documentation.
77
8-
:copyright: (c) 2012-2013 by Ian Cordasco
8+
:copyright: (c) 2012-2014 by Ian Cordasco
99
:license: Modified BSD, see LICENSE for more details
1010
1111
""&qu 6829 ot;
1212

1313
__title__ = 'github3'
1414
__author__ = 'Ian Cordasco'
1515
__license__ = 'Modified BSD'
16-
__copyright__ = 'Copyright 2012-2013 Ian Cordasco'
16+
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
1717
__version__ = '0.8.0'
1818
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1919

0 commit comments

Comments
 (0)
0