Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Aug 20, 2024
1 parent c3e7a02 commit 4a58a06
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.0"
__version__ = "2.13.1"

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.0",
version="2.13.1",
description='A wrapper for the pronote "API"',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4a58a06

Please sign in to comment.