Skip to content

Commit 3cd18d8

Browse files
author
openMINDS pipeline
committed
build triggered by submodule version
1 parent 1fbeee9 commit 3cd18d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openminds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2023 openMetadataInitiative
55
"""
66

7-
__version__ = "0.1.0"
7+
__version__ = "0.2.0"
88

99
from .base import Node, EmbeddedMetadata, LinkedMetadata, IRI
1010
from .collection import Collection

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openMINDS"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Python library for interacting with openMINDS metadata schemas"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)