Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Sep 12, 2024
1 parent 211af7f commit 7c4735d
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) bain, Xiloe"
__version__ = "2.13.1"
__version__ = "2.14.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.13.1",
version="2.14.0",
description='A wrapper for the pronote "API"',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7c4735d

Please sign in to comment.