Skip to content

Commit

Permalink
8.10.0 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Jan 3, 2025
1 parent 7f0cb59 commit 29b7e24
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 - 2024 Juan Bindez <[email protected]>
Copyright (c) 2023 - 2025 Juan Bindez <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

VERSION=8
MINOR=10
PATCH=
EXTRAVERSION="-rc1"
PATCH=0
EXTRAVERSION=""

NOTES="(#388)"
BRANCH="dev"
BRANCH="main"

if [[ -z $PATCH ]]; then
PATCH=""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytubefix"
version = "8.10-rc1"
version = "8.10.0"
authors = [
{ name="Juan Bindez", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion pytubefix/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License
#
# Copyright (c) 2023 - 2024 Juan Bindez <[email protected]>
# Copyright (c) 2023 - 2025 Juan Bindez <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pytubefix/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.10-rc1"
__version__ = "8.10.0"

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

0 comments on commit 29b7e24

Please sign in to comment.