From 9c57d6f01162a420e01174b4b617650f1e903f7a Mon Sep 17 00:00:00 2001 From: Johannes Habel Date: Wed, 28 Aug 2024 06:59:56 +0200 Subject: [PATCH] - release 4.7.2 --- pyproject.toml | 2 +- src/phub/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95557b7..8fc1821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phub" -version = "4.7.1" +version = "4.7.2" description = "An API for Pornhub" authors = [ {name = 'Egsagon', email = "egsagon.git@gmail.com"}, diff --git a/src/phub/__init__.py b/src/phub/__init__.py index 2b3b989..52b6cb0 100644 --- a/src/phub/__init__.py +++ b/src/phub/__init__.py @@ -9,7 +9,7 @@ __author__ = 'Egsagon, EchterAlsFake' __copyright__ = 'Copyright 2024, PHUB' __license__ = 'GPLv3' -__version__ = '4.7' +__version__ = '4.7.2' __all__ = ['Client', 'Quality', 'core', 'utils', 'consts', 'errors', 'objects', 'modules']