diff options
author | 2012-04-04 00:13:21 +0200 | |
---|---|---|
committer | 2012-04-04 00:13:21 +0200 | |
commit | 6dfa63bfa54ceb8eb3071ce1362f9a6de266bd32 (patch) | |
tree | 0cc9afc54fa862f278addc8b234522d3d179d793 /pygithub3/__init__.py | |
parent | Gists service done (diff) | |
download | python-github3-6dfa63bfa54ceb8eb3071ce1362f9a6de266bd32.tar.xz python-github3-6dfa63bfa54ceb8eb3071ce1362f9a6de266bd32.zip |
:sparkles: Release 0.3 :sparkles:0.3
- Gists service completed
- Fix bugs
Diffstat (limited to 'pygithub3/__init__.py')
-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' |