Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Jun 3, 2023
1 parent f7dd8dd commit 26296a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pronotepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = "bain, Xiloe"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2020-2022 bain, Xiloe"
__version__ = "2.9.0"
__version__ = "2.10.0"

from .dataClasses import *
from .clients import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pronotepy",
version="2.9.0",
version="2.10.0",
description='A wrapper for the pronote "API"',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 26296a9

Please sign in to comment.