Skip to content

Commit

Permalink
Version bump and minimal Python version requirement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
megahomyak committed Nov 25, 2022
1 parent 5fb580f commit dd6826b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='netschoolapi',
version='9.0.0',
version='10.0.0',
description='Асинхронный API-клиент для «Сетевого города»',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -26,5 +26,5 @@
],
license='MIT',
install_requires=['httpx', 'marshmallow'],
python_requires='>=3.8',
python_requires='>=3.6',
)

0 comments on commit dd6826b

Please sign in to comment.