Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenbeam committed Nov 26, 2024
1 parent ae12f67 commit e53ad4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.0"
version = "0.4.0"
description = "The nsidc-metgen 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) <[email protected]>"]
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.3.0"
current_version = "0.4.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.3.0"
__version__ = "v0.4.0"


__all__ = ["__version__"]

0 comments on commit e53ad4f

Please sign in to comment.