Skip to content

Commit 5c9e096

Browse files
committed
10.1.1 (#550 #551)
1 parent 52b8b2a commit 5c9e096

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -e
44

55
VERSION=10
6-
MINOR=0
6+
MINOR=1
77
PATCH=1
88
EXTRAVERSION=""
9-
NOTES="(#547)"
9+
NOTES="(#550 #551)"
1010
BRANCH="main"
1111

1212
if [[ -z $PATCH ]]; then

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pytubefix"
7-
version = "10.0.1"
7+
version = "10.1.1"
88
authors = [
99
{ name="Juan Bindez", email="juanbindez780@gmail.com" },
1010
]

pytubefix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "10.0.1"
1+
__version__ = "10.1.1"
22

33
if __name__ == "__main__":
44
print(__version__)

0 commit comments

Comments
 (0)