Skip to content

Commit 12cbf23

Browse files
committed
Bump version
1 parent 780a36a commit 12cbf23

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ requires = [
33
"setuptools>=42",
44
"wheel"
55
]
6-
build-backend = "setuptools.build_meta"
7-
8-
[tool.autopep8]
9-
max_line_length = 100
6+
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = edupage_api
3-
version = 0.10.8
4-
description = A python library for accessing your Edupage account
3+
version = 0.11.0
4+
description = A Python library for accessing your EduPage account
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
author = ivanhrabcak
@@ -15,6 +15,8 @@ classifiers =
1515
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
1616
Programming Language :: Python :: 3.9
1717
Programming Language :: Python :: 3.10
18+
Programming Language :: Python :: 3.11
19+
Programming Language :: Python :: 3.12
1820

1921
[options]
2022
packages = find:

0 commit comments

Comments
 (0)