Skip to content

Commit 3b8c553

Browse files
committed
8.12.0 (#408 #410 #411 #413)
1 parent 06c057e commit 3b8c553

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
VERSION=8
44
MINOR=12
5-
PATCH=
6-
EXTRAVERSION="-rc2"
5+
PATCH=0
6+
EXTRAVERSION=""
77
NOTES="(#408 #410 #411 #413)"
8-
BRANCH="dev"
8+
BRANCH="main"
99

1010
if [[ -z $PATCH ]]; then
1111
PATCH=""

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 = "8.12-rc2"
7+
version = "8.12.0"
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__ = "8.12-rc2"
1+
__version__ = "8.12.0"
22

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

0 commit comments

Comments
 (0)