Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Sep 27, 2023
1 parent 3685012 commit 05c13fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.1
commit = True
tag = True

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__ = "1.1-rc1"
__version__ = "1.1.1"

if __name__ == "__main__":
print(__version__)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(name = "pytubefix",
version = __version__, # noqa: F821
author = "Juan Bindez, Elsevar Asadov",
author = "Juan Bindez",
author_email = "[email protected]",
packages = ["pytubefix", "pytubefix.contrib"],
package_data = {"": ["LICENSE"],},
Expand Down

0 comments on commit 05c13fa

Please sign in to comment.