Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinicke committed Jul 11, 2023
1 parent 870fcad commit 302ae31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1"
full_version = "0.4.0"
version = full_version
# Full version for display in various places.
release = full_version
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mappymatch"
version = "0.3.1"
version = "0.4.0"
description = "Package for mapmatching."
readme = "README.md"
authors = [{ name = "National Renewable Energy Laboratory" }]
Expand Down Expand Up @@ -109,7 +109,7 @@ skip_empty = true

[tool.tbump.version]
# Make sure this matches current_version before using tbump
current = "0.3.1"
current = "0.4.0"
# Example of a semver regexp.
regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 302ae31

Please sign in to comment.