diff --git a/pronotepy/__init__.py b/pronotepy/__init__.py index bf0224e..6f84c6d 100644 --- a/pronotepy/__init__.py +++ b/pronotepy/__init__.py @@ -6,7 +6,7 @@ __author__ = "bain, Xiloe" __license__ = "MIT" __copyright__ = "Copyright (c) 2020-2022 bain, Xiloe" -__version__ = "2.10.0" +__version__ = "2.11.0" from .dataClasses import * from .clients import * diff --git a/setup.py b/setup.py index 45b2cf0..c88dd5c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pronotepy", - version="2.10.0", + version="2.11.0", description='A wrapper for the pronote "API"', long_description=long_description, long_description_content_type="text/markdown",