diff options
author | 2012-03-01 23:30:03 +0100 | |
---|---|---|
committer | 2012-03-01 23:30:03 +0100 | |
commit | 197f2f6ddbd35d2fa2b524001631c219cbe90b67 (patch) | |
tree | e0eb7af5640ec64b8dd5a891de4fb7fed6d48193 /pygithub3 | |
parent | Python 2.6 compatibility (diff) | |
download | python-github3-197f2f6ddbd35d2fa2b524001631c219cbe90b67.tar.xz python-github3-197f2f6ddbd35d2fa2b524001631c219cbe90b67.zip |
Update Readme and metadata
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 1e9d3e1..ecab597 100644 --- a/pygithub3/__init__.py +++ b/pygithub3/__init__.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- __title__ = 'pygithub3' -__version__ = '0.1' +__version__ = '0.1.9' __author__ = 'David Medina' __email__ = 'davidmedina9@gmail.com' __license__ = 'ISC' |