From cb04da89222195e4b58c3f14681c02366b9c6cbd Mon Sep 17 00:00:00 2001 From: qubixes <44498096+qubixes@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:38:28 +0200 Subject: [PATCH] Bump version to 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c9060a..0784fb3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='artscraper', - version='0.3.0', + version='0.3.1', author='ODISSEI Social Data Science Team', description='Package for scraping artworks from WikiArt and GoogleArt', long_description='See https://github.com/sodascience/artscraper for examples and usage',