Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Commit 8d2d3bf

Browse files
committed
Upgrade version so we can point to a new lib.
There's a pull request open to upstream and hopefully they will bounce the version once that's accepted.
1 parent a80d89b commit 8d2d3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygithub3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22

33
__title__ = 'pygithub3'
4-
__version__ = '0.5'
4+
__version__ = '0.5.dev'
55
__author__ = 'David Medina'
66
__email__ = 'davidmedina9@gmail.com'
77
__license__ = 'ISC'

0 commit comments

Comments
 (0)