From c6600852ecbb3676df7859f3286372ba71c101f4 Mon Sep 17 00:00:00 2001 From: thematdev Date: Thu, 2 Feb 2023 21:39:42 +0300 Subject: [PATCH] Update version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d156e94..6e23f92 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name='codeforces-scraper', - version='0.2.0', + version='0.2.0-r1', author='thematdev', author_email='thematdev@thematdev.org', description='Utility to do actions on codeforces',