Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Apr 29, 2021
1 parent 83b3e16 commit 06555e7
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 @@ -21,7 +21,7 @@
__author__ = 'bain, Xiloe'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) bain, Xiloe'
__version__ = '1.2.3'
__version__ = '1.3.0'

from .pronoteAPI import Client, ParentClient
from .dataClasses import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(name='pronotepy',
version='1.2.3',
version='1.3.0',
description='A wrapper for the pronote "API"',
url='http://www.github.com/bain3/pronotepy',
author='bain',
Expand Down

0 comments on commit 06555e7

Please sign in to comment.