From bdb87ac8168bf81151bb71d8be363000601352b8 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sat, 25 Apr 2026 15:23:58 +0200 Subject: [PATCH] Bump version --- gp_dl/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gp_dl/__init__.py b/gp_dl/__init__.py index c7132b6..6128293 100644 --- a/gp_dl/__init__.py +++ b/gp_dl/__init__.py @@ -1,3 +1,3 @@ from .lib import download_albums -__version__ = "0.3.0" +__version__ = "0.4.0" diff --git a/pyproject.toml b/pyproject.toml index 5164875..90bd6de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gp-dl" -version = "0.3.0" +version = "0.4.0" description = "A Python-based Google Photos downloader built with Selenium." readme = "README.md" requires-python = ">=3.11" @@ -29,4 +29,4 @@ build-backend = "setuptools.build_meta" packages = ["gp_dl"] [tool.setuptools.package-data] -gp_dl = ["locales/*.json"] \ No newline at end of file +gp_dl = ["locales/*.json"]