From e0f7f6479a1a545490de696ec1c68f504760adfc Mon Sep 17 00:00:00 2001 From: Aliaksei Pilko Date: Thu, 20 May 2021 11:09:14 +0100 Subject: [PATCH] Bump versions --- make_installer.iss | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make_installer.iss b/make_installer.iss index 79fa93e0..b42a66bc 100644 --- a/make_installer.iss +++ b/make_installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "SEEDPOD Ground Risk" -#define MyAppVersion "0.11.1" +#define MyAppVersion "0.13.0" #define MyAppPublisher "CASCADE UAV" #define MyAppURL "https://cascadeuav.com/seedpod/" #define MyAppExeName "SEEDPOD Ground Risk.exe" diff --git a/setup.py b/setup.py index 79b2d452..2e5c1f8f 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def readme(): setup( name='seedpod-ground-risk', - version='0.12.1', + version='0.13.0', author='Aliaksei Pilko', author_email='a.pilko@southampton.ac.uk', description='UAS ground risk analysis and path planning',