-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
813f1fe
commit e539768
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
|
||
git add . | ||
git commit -m 'update' | ||
git push -u origin dev | ||
git tag v6.2-rc3 | ||
git commit -m 'pytubefix 6.2.2 -> b2ac8550da2b73421bde43838b96d7cace979c29 caec2a4f28206de68af082ba3e1e22da3e849879' | ||
git push -u origin main | ||
git tag v6.2.2 | ||
git push --tag | ||
make clean | ||
make upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "pytubefix" | ||
version = "6.2-rc3" | ||
version = "6.2.2" | ||
authors = [ | ||
{ name="Juan Bindez", email="[email protected]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "6.2-rc3" | ||
__version__ = "6.2.2" | ||
|
||
if __name__ == "__main__": | ||
print(__version__) |