From 68626ff51cc79343d2a4556347d18cc95b6c1c09 Mon Sep 17 00:00:00 2001 From: BelKed <66956532+BelKed@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:59:31 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 5 +---- setup.cfg | 6 ++++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04eeb73..b5a3c46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,4 @@ requires = [ "setuptools>=42", "wheel" ] -build-backend = "setuptools.build_meta" - -[tool.autopep8] -max_line_length = 100 \ No newline at end of file +build-backend = "setuptools.build_meta" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 441a81a..2fcb8f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = edupage_api -version = 0.10.8 -description = A python library for accessing your Edupage account +version = 0.11.0 +description = A Python library for accessing your EduPage account long_description = file: README.md long_description_content_type = text/markdown author = ivanhrabcak @@ -15,6 +15,8 @@ classifiers = License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [options] packages = find: