Skip to content

Commit

Permalink
bump version to 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustH committed Mar 11, 2024
1 parent deae40e commit 470c629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='webuntis',
version='0.1.22',
version='0.1.23',
author=u'Markus Unterwaditzer, August Hörandl',
author_email='markus@unterwaditzer.net, august.hoerandl@gmx.at',
packages=find_packages(),
Expand All @@ -23,6 +23,7 @@
license='new-style BSD',
description='Bindings for WebUntis API',
long_description=open('README.rst').read(),
long_description_content_type = 'text/x-rst',
install_requires=dependencies,
classifiers=[
'Intended Audience :: Developers',
Expand All @@ -38,6 +39,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: PyPy'
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
py27,py38,py39,py310,py311,pypy3
py27,py38,py39,py310,py311,py312,pypy3
[testenv]
deps = pytest
mock
Expand Down
2 changes: 1 addition & 1 deletion webuntis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:copyright: (c) 2012 by Markus Unterwaditzer.
:license: BSD, see LICENSE for more details.
"""
__version__ = '0.1.22'
__version__ = '0.1.23'
from webuntis.session import Session

from webuntis import errors

0 comments on commit 470c629

Please sign in to comment.