diff --git a/pronotepy/__init__.py b/pronotepy/__init__.py index 323a4de..6efc285 100644 --- a/pronotepy/__init__.py +++ b/pronotepy/__init__.py @@ -6,7 +6,7 @@ __author__ = "bain, Xiloe" __license__ = "MIT" __copyright__ = "Copyright (c) bain, Xiloe" -__version__ = "2.13.1" +__version__ = "2.14.0" from .dataClasses import * from .clients import * diff --git a/setup.py b/setup.py index 5a1c0bc..5bb98d0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pronotepy", - version="2.13.1", + version="2.14.0", description='A wrapper for the pronote "API"', long_description=long_description, long_description_content_type="text/markdown",