Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliacollins committed Dec 5, 2024
1 parent c492448 commit cebb0f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MetGenC Changelog

## UNRELEASED
## v0.6.0

This is the Minimum Viable Product (MVP) release of MetGenC. The
features include:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nsidc-metgenc"
version = "0.5.0"
version = "0.6.0"
description = "The nsidc-metgenc package enables data producers as well as Operations staff managing the data ingest workflow to create metadata files conforming to NASA's Common Metadata Repository UMM-G specification."
authors = ["National Snow and Ice Data Center (NSIDC) <nsidc@nsidc.org>"]
readme = "README.md"
Expand Down Expand Up @@ -33,7 +33,7 @@ mypy = "^1.11.1"
bump-my-version = "^0.28.1"

[tool.bumpversion]
current_version = "0.5.0"
current_version = "0.6.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/nsidc/metgen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "v0.5.0"
__version__ = "v0.6.0"


__all__ = ["__version__"]

0 comments on commit cebb0f8

Please sign in to comment.