Skip to content

Commit

Permalink
Bump version: 0.4.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenbeam committed Dec 2, 2024
1 parent dc81051 commit 0ca2610
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
## v1.0.0

Test

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.4.0"
version = "1.0.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) <[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.4.0"
current_version = "1.0.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.4.0"
__version__ = "v1.0.0"


__all__ = ["__version__"]

0 comments on commit 0ca2610

Please sign in to comment.