diff --git a/README.md b/README.md index b756e53..bd792d6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pytrafikverket python module for communicating with the swedish trafikverket api -Development and testing done with 3.10 +Development and testing done with 3.11 ## Code example ```python diff --git a/setup.py b/setup.py index 8db7042..c2885d4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pytrafikverket", - version="0.3.3", + version="0.3.4", description="Retreive values from public API at the Swedish Transport Administration (Trafikverket).", long_description=long_description, long_description_content_type="text/markdown",