We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 593743b + 4c0a082 commit 436197cCopy full SHA for 436197c
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="pytrafikverket",
10
- version="0.3.7",
+ version="0.3.8",
11
description="Retreive values from public API at the Swedish Transport Administration (Trafikverket).",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
@@ -17,7 +17,6 @@
17
classifiers=[
18
"Development Status :: 5 - Production/Stable",
19
"License :: OSI Approved :: MIT License",
20
- "Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
22
],
23
install_requires=["aiohttp", "async-timeout", "lxml"],
0 commit comments