From 4c0a082804a94f71daacfeb939aaffecf9865741 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 30 Oct 2023 19:01:28 +0100 Subject: [PATCH] 038 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f671795..cc070fa 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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"],