From e7f66340d8c145d4fb4c2c320c51b0392e6f52ca Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Tue, 18 Oct 2022 15:48:35 +0100 Subject: [PATCH] Updating Version number consistent with PyPi --- polar_route/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polar_route/__init__.py b/polar_route/__init__.py index 2ad874ce..2c671c75 100644 --- a/polar_route/__init__.py +++ b/polar_route/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.5a1" +__version__ = "0.0.10" __description__ = "RoutePlanner: Optimal Route Planner for SDA" __license__ = "MIT" __author__ = "Maria Fox, James Byrne, Jonathan Smith, Samuel Hall, George Coombs"