From 7152241efa3c60d79991176984a94c897e4d98ca Mon Sep 17 00:00:00 2001 From: JoMingyu Date: Mon, 29 Jan 2024 22:51:36 +0900 Subject: [PATCH] --amend --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebb866d..2bcefd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "google-play-scraper" -version = "1.2.5" +version = "1.2.6" description = "Google-Play-Scraper provides APIs to easily crawl the Google Play Store for Python without any external dependencies!" authors = ["JoMingyu "] license = "MIT"