File size: 346 Bytes
e82fe42
 
 
be7f382
e82fe42
66b3380
2a62dc2
85d30db
 
 
 
e82fe42
 
 
49627f0
 
 
3d47b63
b746f0a
 
66b3380
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[bumpversion]
commit = True
tag = True
current_version = 9.5.5
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

[flake8]
ignore = W605