Skip to content

Commit 11e9410

Browse files
committed
✨ Relase 0.2 ✨
- Repos service completed - Self-nested resources support - Mimetypes in services - Documentation - Python 2.6 support - Remaining requests counter - Smart and normal results iterators
1 parent 8a8ec09 commit 11e9410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygithub3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- encoding: utf-8 -*-
33

44
__title__ = 'pygithub3'
5-
__version__ = '0.1.9'
5+
__version__ = '0.2'
66
__author__ = 'David Medina'
77
__email__ = 'davidmedina9@gmail.com'
88
__license__ = 'ISC'

0 commit comments

Comments
 (0)