From 0b89e75acc14e90bb562f98b2d7db630f933497d Mon Sep 17 00:00:00 2001 From: Nicholas Reinicke Date: Tue, 12 Nov 2024 12:01:04 -0700 Subject: [PATCH] bump version to 0.5.0 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f8edd6..4c1b111 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ author = "National Renewable Energy Laboratory" # Initial releases at 0.x.x # First stable release at 1.x.x -full_version = "0.4.5" +full_version = "0.5.0" version = full_version # Full version for display in various places. release = full_version diff --git a/pyproject.toml b/pyproject.toml index 4f1972f..5d6fdcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mappymatch" -version = "0.4.5" +version = "0.5.0" description = "Package for mapmatching." readme = "README.md" authors = [{ name = "National Renewable Energy Laboratory" }]