Skip to content

Commit

Permalink
Merge pull request #48 from gjohansson-ST/038
Browse files Browse the repository at this point in the history
038
  • Loading branch information
gjohansson-ST committed Oct 30, 2023
2 parents 593743b + 4c0a082 commit 436197c
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 436197c

Please sign in to comment.