Skip to content

Commit

Permalink
Chore: Prepare for next release/tag push (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Nov 20, 2024
1 parent da763ea commit 43ddc5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
# Check output from: python-project-version
PYTHON_PROJECT_VERSION="${{ steps.python-project-version.outputs.python_project_version }}"
if [ "$PYTHON_PROJECT_VERSION" != "v0.1.0" ]; then
if [ "$PYTHON_PROJECT_VERSION" != "v0.1.1" ]; then
echo "ERROR: Python project version was not as expected"
echo "python_project_version: $PYTHON_PROJECT_VERSION"; exit 1
else
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[project]
name = "osc-github-devops"
# Static versioning
version = "v0.1.0"
version = "v0.1.1"
# Uncomment to enable dynamic versioning
# dynamic = [ "version" ]
description = "Python project metadata to permit workflow testing."
Expand Down

0 comments on commit 43ddc5d

Please sign in to comment.