Skip to content

Commit

Permalink
merge -> Alfa -> Release_Candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Jul 28, 2024
1 parent 350bd5b commit 2f2eb52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

git add .
git commit -m 'merge -> playlist_oauth_feature -> Alfa'
git push -u origin Alfa
git tag v6.7-a1
git commit -m 'merge -> Alfa -> Release_Candidate'
git push -u origin Release_Candidate
git tag v6.7-rc1
git push --tag
make clean
make upload
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 = "6.7-a1"
version = "6.7-rc1"
authors = [
{ name="Juan Bindez", email="[email protected]" },
]
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__ = "6.7-a1"
__version__ = "6.7-rc1"

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

0 comments on commit 2f2eb52

Please sign in to comment.