Ronnie Ghose commited on
Commit
e857546
·
1 Parent(s): 642bb0a

Bump version: 11.0.2 → 12.0.0

Browse files
Files changed (2) hide show
  1. .bumpversion.cfg +1 -1
  2. pytube/version.py +1 -1
.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
  [bumpversion]
2
- current_version = 11.0.2
3
  commit = True
4
  tag = True
5
 
 
1
  [bumpversion]
2
+ current_version = 12.0.0
3
  commit = True
4
  tag = True
5
 
pytube/version.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "11.0.2"
2
 
3
  if __name__ == "__main__":
4
  print(__version__)
 
1
+ __version__ = "12.0.0"
2
 
3
  if __name__ == "__main__":
4
  print(__version__)