Skip to content

Commit

Permalink
add 'path' to ValueSet object
Browse files Browse the repository at this point in the history
to conform with MDF spec
  • Loading branch information
majensen committed Dec 31, 2024
1 parent 565bda5 commit 29a6589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bento-meta"
version = "0.2.10"
version = "0.2.11"
description = "Python drivers for Bento Metamodel Database"
authors = [
{ name="Mark A. Jensen", email = "[email protected]"},
Expand All @@ -20,11 +20,7 @@ classifiers = [

[tool.poetry]
name = "bento-meta"
<<<<<<< HEAD
version = "0.2.10"
=======
version = "0.2.9"
>>>>>>> sts-driven-updates
version = "0.2.11"
description = "Python drivers for Bento Metamodel Database"
authors = [
"Mark A. Jensen <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions python/src/bento_meta/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ class ValueSet(Entity):
"handle": "simple",
"nanoid": "simple",
"url": "simple",
"path": "simple",
"prop": "object",
"origin": "object",
"terms": "collection",
Expand All @@ -263,6 +264,7 @@ class ValueSet(Entity):
"property": {
"handle": "handle",
"url": "url",
"path": "path",
"nanoid": "nanoid",
},
"relationship": {
Expand Down

0 comments on commit 29a6589

Please sign in to comment.