pytube / setup.cfg
nficano's picture
added unit tests
49627f0
raw
history blame
324 Bytes
[bumpversion]
commit = True
tag = True
current_version = 6.4.3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
[metadata]
description-file = README.md
[bumpversion:file:setup.py]
[bumpversion:file:pytube/__init__.py]
[coverage:run]
source = pytube