Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BelKed committed Jul 18, 2024
1 parent 623fe57 commit 68626ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"

[tool.autopep8]
max_line_length = 100
build-backend = "setuptools.build_meta"
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 68626ff

Please sign in to comment.