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

Commit 0577665

Browse files
committed
Custom PEP440 versioning
1 parent 7f79f6f commit 0577665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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+dd.1'
55
__author__ = 'David Medina'
66
__email__ = 'davidmedina9@gmail.com'
77
__license__ = 'ISC'

0 commit comments

Comments
 (0)