Skip to content

Commit aa509d6

Browse files
authored
Merge pull request #194 from NREL/release/0.5.0
bump version to 0.5.0
2 parents 6f2aab1 + 0b89e75 commit aa509d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = "National Renewable Energy Laboratory"
2222
# Initial releases at 0.x.x
2323
# First stable release at 1.x.x
24-
full_version = "0.4.5"
24+
full_version = "0.5.0"
2525
version = full_version
2626
# Full version for display in various places.
2727
release = full_version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mappymatch"
7-
version = "0.4.5"
7+
version = "0.5.0"
88
description = "Package for mapmatching."
99
readme = "README.md"
1010
authors = [{ name = "National Renewable Energy Laboratory" }]

0 commit comments

Comments
 (0)