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 b633791 + 56d0fdd commit beddaf7Copy full SHA for beddaf7
2 files changed
mypy.ini
@@ -1,5 +1,5 @@
1
[mypy]
2
-python_version = 3.10
+python_version = 3.11
3
show_error_codes = true
4
follow_imports = silent
5
ignore_missing_imports = true
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="pytrafikverket",
10
- version="0.3.5",
+ version="0.3.6",
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",
0 commit comments