Skip to content

Commit

Permalink
build triggered by submodule version
Browse files Browse the repository at this point in the history
  • Loading branch information
openMINDS pipeline committed Mar 29, 2024
1 parent 5eb1331 commit f2021c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openminds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2023 openMetadataInitiative
"""

__version__ = "0.2.1"
__version__ = "0.2.2"

from .base import Node, EmbeddedMetadata, LinkedMetadata, IRI
from .collection import Collection
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openMINDS"
version = "0.2.1"
version = "0.2.2"
description = "Python library for interacting with openMINDS metadata schemas"
readme = "README.md"
authors = [
Expand Down

0 comments on commit f2021c7

Please sign in to comment.