From a557ee165646db9648b3824e1f42bf2e5d3b886d Mon Sep 17 00:00:00 2001 From: cheskel Date: Fri, 14 Jul 2023 03:15:23 +0300 Subject: [PATCH] version bump --- LICENSE | 2 +- scrapetube/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 01a21df..85c0580 100644 --- a/LICENSE +++ b/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 diff --git a/scrapetube/__init__.py b/scrapetube/__init__.py index d435368..2bdcb0a 100644 --- a/scrapetube/__init__.py +++ b/scrapetube/__init__.py @@ -1,3 +1,3 @@ from .scrapetube import get_channel, get_search, get_playlist -__version__ = "2.4.0" +__version__ = "2.5.0"