Skip to content

Commit

Permalink
Merge pull request #3 from lpm0073/next
Browse files Browse the repository at this point in the history
chore: fix version number
  • Loading branch information
lpm0073 committed Nov 30, 2023
2 parents d8fbe17 + 492eb05 commit fcf8abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullRequestController.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
- "**.py"
- "**.requirements.txt"
- "**.package.json"
- "./grader/**"
- "./models/**"

env:
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semanticVersionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION_FILE: __version__.py
PACKAGE_PATH: ${{ github.workspace }}/grader/
PACKAGE_PATH: ${{ github.workspace }}/models/

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion models/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.0.0"
__version__ = "1.0.0"

0 comments on commit fcf8abc

Please sign in to comment.