Skip to content

Commit

Permalink
Merge pull request #56 from CBIIT/bugfix/DATATEAM-35/fix-get-attr-dict
Browse files Browse the repository at this point in the history
fix(entity.get_attr_dict()): falsey attr vals
  • Loading branch information
nelsonwmoore authored Sep 25, 2024
2 parents 0a66e1c + 46e6477 commit 36d7be2
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 145 deletions.
4 changes: 2 additions & 2 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.7"
version = "0.2.8"
description = "Python drivers for Bento Metamodel Database"
authors = [
{ name="Mark A. Jensen", email = "[email protected]"},
Expand All @@ -20,7 +20,7 @@ classifiers = [

[tool.poetry]
name = "bento-meta"
version = "0.2.7"
version = "0.2.8"
description = "Python drivers for Bento Metamodel Database"
authors = [
"Mark A. Jensen <[email protected]>",
Expand Down
Loading

0 comments on commit 36d7be2

Please sign in to comment.