From 06ff6cef60c8c0074a20da6138ae07f94bd81ec5 Mon Sep 17 00:00:00 2001 From: genthalili Date: Sun, 1 Jan 2023 17:43:25 +0100 Subject: [PATCH] v1.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad63526..0cc03c9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='searoute', - version='1.0.8', + version='1.0.9', description='A python package for generating the shortest sea route between two points on Earth.', long_description=open('README.md').read() + '\n\n' + open('CHANGELOG.txt').read(),