Skip to content

Commit

Permalink
chore: bump version in pyproject.toml
Browse files Browse the repository at this point in the history
- 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
nelsonwmoore committed Sep 12, 2024
1 parent 3fb6ac2 commit 0a66e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
ci-cd:
uses: CBIIT/bento-workflows/.github/workflows/ci-cd.yml@v2.2.10
uses: CBIIT/bento-workflows/.github/workflows/ci-cd.yml@v2.3.1
with:
workdir: ./python
pkg_name: bento-meta
Expand Down
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.6"
version = "0.2.7"
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.6"
version = "0.2.7"
description = "Python drivers for Bento Metamodel Database"
authors = [
"Mark A. Jensen <[email protected]>",
Expand Down

0 comments on commit 0a66e1c

Please sign in to comment.