Skip to content

Commit

Permalink
Bump schema and library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvasel committed Aug 19, 2024
1 parent 79c50f3 commit 2b3e987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snews-data-formats"
version = "1.0.0a"
version = "1.0.0"
description = "A unified collection of SNEWS data, models, and schema"
authors = ["SNEWS Collaboration <[email protected]>"]
maintainers = ["Justin Vasel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion snews/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from single_version import get_version

__version__ = get_version("snews", Path(__file__).parent.parent)
schema_version = "0.1"
schema_version = "0.2"

0 comments on commit 2b3e987

Please sign in to comment.