From d3b3e7abbc7b04619b6c74a8351552f670575ae6 Mon Sep 17 00:00:00 2001 From: thematdev Date: Wed, 3 Apr 2024 21:56:31 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42345c8..36fec6e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name='codeforces-scraper', - version='0.3.1', + version='0.3.2', author='thematdev', author_email='thematdev@thematdev.org', description='Utility to do actions on codeforces',