diff options
| author | 2012-06-28 23:27:43 +0200 | |
|---|---|---|
| committer | 2012-06-28 23:27:43 +0200 | |
| commit | 6619b8c32183bea92152165285e96c2dc35efceb (patch) | |
| tree | ea39c57f98744973f6cbea20e15bc707adebd701 | |
| parent | refs #17. Fix bug with uploading to s3 (diff) | |
| download | python-github3-6619b8c32183bea92152165285e96c2dc35efceb.tar.xz python-github3-6619b8c32183bea92152165285e96c2dc35efceb.zip | |
Bump 0.4.1
Fix S3 upload
| -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 f46dec1..f835c74 100644 --- a/pygithub3/__init__.py +++ b/pygithub3/__init__.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- __title__ = 'pygithub3' -__version__ = '0.4' +__version__ = '0.4.1' __author__ = 'David Medina' __email__ = 'davidmedina9@gmail.com' __license__ = 'ISC' |
