Skip to content

Commit

Permalink
version 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustH committed Jul 26, 2023
1 parent 351f32b commit aa2ffc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setup(
name='webuntis',
version='0.1.20',
version='0.1.22',
author=u'Markus Unterwaditzer, August Hörandl',
author_email='markus@unterwaditzer.net, august.hoerandl@gmx.at',
packages=find_packages(),
Expand All @@ -37,6 +37,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: PyPy'
]
)
2 changes: 1 addition & 1 deletion webuntis/__init__.py
Expand Up @@ -4,7 +4,7 @@
:copyright: (c) 2012 by Markus Unterwaditzer.
:license: BSD, see LICENSE for more details.
"""
__version__ = '0.1.20'
__version__ = '0.1.22'
from webuntis.session import Session

from webuntis import errors

0 comments on commit aa2ffc1

Please sign in to comment.