aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-06-16 14:19:50 +0200
committerDavid Medina <davidmedina9@gmail.com>2012-06-16 16:10:45 +0200
commitce2dc1ab531b42fd6b30b8057d58ed7231cfdf01 (patch)
treebe5678801c860cae2ed9691818a1d069642b883c /pygithub3/__init__.py
parentFix type doc (diff)
downloadpython-github3-ce2dc1ab531b42fd6b30b8057d58ed7231cfdf01.tar.xz
python-github3-ce2dc1ab531b42fd6b30b8057d58ed7231cfdf01.zip
:sparkles: Release 0.4 :sparkles:0.4
- Git data service - Pull requests service - Orgs service - Issues service
Diffstat (limited to 'pygithub3/__init__.py')
-rw-r--r--pygithub3/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/__init__.py b/pygithub3/__init__.py
index 9a626f3..f46dec1 100644
--- a/pygithub3/__init__.py
+++ b/pygithub3/__init__.py
@@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
__title__ = 'pygithub3'
-__version__ = '0.3'
+__version__ = '0.4'
__author__ = 'David Medina'
__email__ = 'davidmedina9@gmail.com'
__license__ = 'ISC'