diff options
Diffstat (limited to 'pygithub3')
-rw-r--r-- | pygithub3/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/__init__.py b/pygithub3/__init__.py index f60479e..9a626f3 100644 --- a/pygithub3/__init__.py +++ b/pygithub3/__init__.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- __title__ = 'pygithub3' -__version__ = '0.2' +__version__ = '0.3' __author__ = 'David Medina' __email__ = 'davidmedina9@gmail.com' __license__ = 'ISC' |