merge master

This commit is contained in:
be7a 2021-04-29 00:30:02 +02:00
commit 024aceb5ee
No known key found for this signature in database
GPG key ID: 6510870A77F49A99
3 changed files with 14 additions and 13 deletions

View file

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="PFERD",
version="2.6.1",
version="2.6.2",
packages=find_packages(),
install_requires=[
"httpx>=0.17.1",