Skip to content

Commit

Permalink
Merge pull request #58 from CBIIT/feature/DATATEAM-42/add-model-versi…
Browse files Browse the repository at this point in the history
…on-attrs

feat: add version attrs to entities
  • Loading branch information
nelsonwmoore authored Oct 31, 2024
2 parents b243c2f + c5e93c6 commit ce834a9
Show file tree
Hide file tree
Showing 9 changed files with 781 additions and 575 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.9"
version = "0.2.10"
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.9"
version = "0.2.10"
description = "Python drivers for Bento Metamodel Database"
authors = [
"Mark A. Jensen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion python/src/bento_meta/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


class Model:
def __init__(self, handle=None, version=None, uri=None, mdb=None):
def __init__(self, handle=None, version=None, uri=None, mdb=None):
"""
Model constructor.
Expand Down
Loading

0 comments on commit ce834a9

Please sign in to comment.