-
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.
chore: bump version in pyproject.toml
- bump project version in pyproject.toml from v0.2.6 to v0.2.7 - update ci-cd GitHub workflow to v2.3.1 which accommodates pushes to 'main' in addition to 'master' branch
- Loading branch information
1 parent
3fb6ac2
commit 0a66e1c
Showing
2 changed files
with
3 additions
and
3 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
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.6" | ||
version = "0.2.7" | ||
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.6" | ||
version = "0.2.7" | ||
description = "Python drivers for Bento Metamodel Database" | ||
authors = [ | ||
"Mark A. Jensen <[email protected]>", | ||
|