Browse Source

version bump

cheskel 2 years ago
parent
commit
a557ee1656
2 changed files with 2 additions and 2 deletions
  1. 1 1
      LICENSE
  2. 1 1
      scrapetube/__init__.py

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2021 Cheskel Twersky
+Copyright (c) 2023 Cheskel Twersky
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
scrapetube/__init__.py

@@ -1,3 +1,3 @@
 from .scrapetube import get_channel, get_search, get_playlist
 
-__version__ = "2.4.0"
+__version__ = "2.5.0"