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"