Skip to content

Commit fcf8abc

Browse files
authored
Merge pull request #3 from lpm0073/next
chore: fix version number
2 parents d8fbe17 + 492eb05 commit fcf8abc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pullRequestController.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747
- "**.py"
4848
- "**.requirements.txt"
4949
- "**.package.json"
50-
- "./grader/**"
50+
- "./models/**"
5151

5252
env:
5353
python-version: "3.11"

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
env:
2626
VERSION_FILE: __version__.py
27-
PACKAGE_PATH: ${{ github.workspace }}/grader/
27+
PACKAGE_PATH: ${{ github.workspace }}/models/
2828

2929
steps:
3030
- uses: actions/checkout@v4

models/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.0.0"
2+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)