Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Dec 5, 2023
1 parent 6414888 commit 5d09a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pronotepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
__title__ = "pronotepy"
__author__ = "bain, Xiloe"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2020-2022 bain, Xiloe"
__version__ = "2.12.1"
__copyright__ = "Copyright (c) bain, Xiloe"
__version__ = "2.13.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.12.1",
version="2.13.0",
description='A wrapper for the pronote "API"',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5d09a86

Please sign in to comment.