From 56324e4f031dccfcc45cf1b904f5c3b0189f7465 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 24 Jan 2021 18:13:10 +0100 Subject: [PATCH] Bump version to 0.3.0 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a711a6a..c137f6f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'burrscurr' # The full version, including alpha/beta/rc tags -release = '0.2.1' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 2b6a580..6657d83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "gpx-linesman" packages = [ { include = "linesman" } ] -version = "0.2.1" +version = "0.3.0" description = "Command line tool for measuring the straightness of a gpx track" authors = ["burrscurr "] license = "MIT"