Skip to content

Commit

Permalink
Bump version: 14.0.0 → 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed May 7, 2023
1 parent 20857ba commit 2ff8493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 14.0.0
current_version = 15.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pytube/version.py
@@ -1,4 +1,4 @@
__version__ = "14.0.0"
__version__ = "15.0.0"

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

2 comments on commit 2ff8493

@RONNCC
Copy link
Collaborator

@RONNCC RONNCC commented on 2ff8493 May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops well that was an accident on my part ...

@RONNCC
Copy link
Collaborator

@RONNCC RONNCC commented on 2ff8493 May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot the make command here bumps + uploads rather than solely one of them (and also doesn't do the two operations atomically)

Please sign in to comment.