-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump version to v0.2.10 from v0.2.9 - add `version` attr to Model, Node, Relationship, and Property classes, add `latest_version` attr to Model (entity) class - update test_000map.py::test_put_then_rm_queries() to create new TemporaryNode class rather than writing over Node.mapspec_ which interfered with subsequent tests when using Pytest - formatting
- Loading branch information
1 parent
b243c2f
commit c5e93c6
Showing
9 changed files
with
781 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]"}, | ||
|
@@ -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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.