From bcaa6f3f8681b5dd7aa37aa5e53ca4f80f761ef4 Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Tue, 17 Mar 2020 00:32:48 +0100 Subject: [PATCH] chore: sett versjonnummer til 0.3.1 --- ruterstop/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruterstop/__init__.py b/ruterstop/__init__.py index c80e83e..2488b92 100644 --- a/ruterstop/__init__.py +++ b/ruterstop/__init__.py @@ -20,7 +20,7 @@ from ruterstop.utils import norwegian_ascii, timed_cache -__version__ = "0.2.0" +__version__ = "0.3.1" ENTUR_CLIENT_ID = socket.gethostname() ENTUR_STOP_PLACE_ENDPOINT = "https://api.entur.io/stop-places/v1/graphql"