Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Dec 27, 2022
1 parent 9ed3723 commit 45ec097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.7.0"
__version__ = "2.8.0"

from .dataClasses import *
from .clients import *
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

setuptools.setup(
name="pronotepy",
version="2.7.0",
version="2.8.0",
description='A wrapper for the pronote "API"',
long_description=long_description,
url="https://www.github.com/bain3/pronotepy",
author="bain",
license="MIT",
Expand All @@ -24,5 +25,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
package_data={"pronotepy": ["py.typed"]}
package_data={"pronotepy": ["py.typed"]},
)

0 comments on commit 45ec097

Please sign in to comment.