Skip to content

Commit 436197c

Browse files
Merge pull request #48 from gjohansson-ST/038
038
2 parents 593743b + 4c0a082 commit 436197c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pytrafikverket",
10-
version="0.3.7",
10+
version="0.3.8",
1111
description="Retreive values from public API at the Swedish Transport Administration (Trafikverket).",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
@@ -17,7 +17,6 @@
1717
classifiers=[
1818
"Development Status :: 5 - Production/Stable",
1919
"License :: OSI Approved :: MIT License",
20-
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
],
2322
install_requires=["aiohttp", "async-timeout", "lxml"],

0 commit comments

Comments
 (0)