Update version in setup.py

This commit is contained in:
thematdev 2023-02-02 21:39:42 +03:00
parent a1c5e8ab1f
commit c6600852ec
Signed by: thematdev
GPG Key ID: D12878639B090D90

View File

@ -2,7 +2,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name='codeforces-scraper', name='codeforces-scraper',
version='0.2.0', version='0.2.0-r1',
author='thematdev', author='thematdev',
author_email='thematdev@thematdev.org', author_email='thematdev@thematdev.org',
description='Utility to do actions on codeforces', description='Utility to do actions on codeforces',