Skip to content

Commit

Permalink
038
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Oct 30, 2023
1 parent 593743b commit 4c0a082
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pytrafikverket",
version="0.3.7",
version="0.3.8",
description="Retreive values from public API at the Swedish Transport Administration (Trafikverket).",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -17,7 +17,6 @@
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
install_requires=["aiohttp", "async-timeout", "lxml"],
Expand Down

0 comments on commit 4c0a082

Please sign in to comment.